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

Unified Diff: webkit/plugins/ppapi/plugin_delegate.h

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/plugin_delegate.h
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
index b228cf3b39d42aeeca74e6b28ea353eddb48128f..e2ae55efd3688e30586c2b820735f0c9b692fa02 100644
--- a/webkit/plugins/ppapi/plugin_delegate.h
+++ b/webkit/plugins/ppapi/plugin_delegate.h
@@ -37,7 +37,6 @@ class GURL;
class SkBitmap;
class SkCanvas;
class TransportDIB;
-struct PP_HostResolver_Private_Hint;
struct PP_NetAddress_Private;
namespace WebKit {
@@ -63,7 +62,6 @@ class CommandBuffer;
namespace ppapi {
class PepperFilePath;
-class PPB_HostResolver_Shared;
class PPB_X509Certificate_Fields;
struct DeviceRefData;
struct HostPortPair;
@@ -569,16 +567,6 @@ class PluginDelegate {
PP_Resource socket_resource,
uint32 socket_id) = 0;
- // For PPB_HostResolver_Private.
- virtual void RegisterHostResolver(
- ::ppapi::PPB_HostResolver_Shared* host_resolver,
- uint32 host_resolver_id) = 0;
- virtual void HostResolverResolve(
- uint32 host_resolver_id,
- const ::ppapi::HostPortPair& host_port,
- const PP_HostResolver_Private_Hint* hint) = 0;
- virtual void UnregisterHostResolver(uint32 host_resolver_id) = 0;
-
// Add/remove a network list observer.
virtual bool AddNetworkListObserver(
webkit_glue::NetworkListObserver* observer) = 0;

Powered by Google App Engine
This is Rietveld 408576698