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

Unified Diff: webkit/plugins/ppapi/mock_plugin_delegate.cc

Issue 11411357: PPB_HostResolver_Private is switched to the new Pepper proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed MockPluginDelegate. Created 8 years 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
Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
index 8339ac461c714d20b61ac0c66beb3ebf992892ed..1828ab61d384180f2e1cd427290ab58b378ff243 100644
--- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
@@ -313,20 +313,6 @@ void MockPluginDelegate::TCPServerSocketStopListening(
uint32 socket_id) {
}
-void MockPluginDelegate::RegisterHostResolver(
- ::ppapi::PPB_HostResolver_Shared* host_resolver,
- uint32 host_resolver_id) {
-}
-
-void MockPluginDelegate::HostResolverResolve(
- uint32 host_resolver_id,
- const ::ppapi::HostPortPair& host_port,
- const PP_HostResolver_Private_Hint* hint) {
-}
-
-void MockPluginDelegate::UnregisterHostResolver(uint32 host_resolver_id) {
-}
-
bool MockPluginDelegate::AddNetworkListObserver(
webkit_glue::NetworkListObserver* observer) {
return false;

Powered by Google App Engine
This is Rietveld 408576698