Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2287)

Unified Diff: content/renderer/pepper/pepper_plugin_delegate_impl.cc

Issue 9701024: Added C++ wrappers for PPB_HostResolver_Private interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/cpp/private/host_resolver_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_plugin_delegate_impl.cc
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.cc b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
index ece53e0c48089cb480506bee99e86eee35b4570e..8e27d3f0a457bc38dd1f093cc8b4816e7361d47f 100644
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
@@ -1131,8 +1131,7 @@ void PepperPluginDelegateImpl::HostResolverResolve(
}
}
-void PepperPluginDelegateImpl::UnregisterHostResolver(
- uint32 host_resolver_id) {
+void PepperPluginDelegateImpl::UnregisterHostResolver(uint32 host_resolver_id) {
host_resolvers_.Remove(host_resolver_id);
}
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/cpp/private/host_resolver_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698