From 21d89834b43afb0f80aad1be78b681a38a3c97c8 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Tue, 23 Aug 2011 18:14:41 +0000 Subject: Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF is a chrome specific feature. Removed the HasUnsupportedFeature method from the pepper PluginDelegate interface as it is only needed for PDF. BUG=87335 Review URL: http://codereview.chromium.org/7709020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97890 0039d316-1c4b-4281-b951-d872f2087c98 --- content/renderer/pepper_plugin_delegate_impl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/renderer/pepper_plugin_delegate_impl.h') diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h index 74c4019..df97cf8 100644 --- a/content/renderer/pepper_plugin_delegate_impl.h +++ b/content/renderer/pepper_plugin_delegate_impl.h @@ -294,7 +294,6 @@ class PepperPluginDelegateImpl virtual void DidStartLoading() OVERRIDE; virtual void DidStopLoading() OVERRIDE; virtual void SetContentRestriction(int restrictions) OVERRIDE; - virtual void HasUnsupportedFeature() OVERRIDE; virtual void SaveURLAs(const GURL& url) OVERRIDE; virtual P2PSocketDispatcher* GetP2PSocketDispatcher() OVERRIDE; virtual webkit_glue::P2PTransport* CreateP2PTransport() OVERRIDE; @@ -304,6 +303,8 @@ class PepperPluginDelegateImpl OVERRIDE; virtual ::ppapi::Preferences GetPreferences() OVERRIDE; + int GetRoutingId() const; + private: void PublishInitialPolicy( scoped_refptr instance, -- cgit v1.1