summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/renderer_ppapi_host_impl.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-29 23:26:56 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-29 23:26:56 +0000
commit4de8c30842d8b6612a928ca1df06f6fee102c377 (patch)
tree6980e99c259c0e99ac4c84b4938dac0733f3c707 /content/renderer/pepper/renderer_ppapi_host_impl.h
parent4547872a6c90477b127fea4191fff2346efa4175 (diff)
downloadchromium_src-4de8c30842d8b6612a928ca1df06f6fee102c377.zip
chromium_src-4de8c30842d8b6612a928ca1df06f6fee102c377.tar.gz
chromium_src-4de8c30842d8b6612a928ca1df06f6fee102c377.tar.bz2
Remove a bunch of methods from PluginDelegate and have the callers do the work themselves, now that they're in content.
BUG=263054 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/21168002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214249 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/pepper/renderer_ppapi_host_impl.h')
-rw-r--r--content/renderer/pepper/renderer_ppapi_host_impl.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/content/renderer/pepper/renderer_ppapi_host_impl.h b/content/renderer/pepper/renderer_ppapi_host_impl.h
index c62009a..45929c2 100644
--- a/content/renderer/pepper/renderer_ppapi_host_impl.h
+++ b/content/renderer/pepper/renderer_ppapi_host_impl.h
@@ -10,7 +10,6 @@
#include "content/public/renderer/renderer_ppapi_host.h"
#include "content/renderer/pepper/content_renderer_pepper_host_factory.h"
#include "content/renderer/pepper/plugin_delegate.h"
-#include "content/renderer/pepper/plugin_module.h"
#include "ppapi/host/ppapi_host.h"
namespace IPC {
@@ -36,10 +35,8 @@ class PepperInProcessRouter;
class PepperPluginInstanceImpl;
class PluginModule;
-// This class is attached to a PluginModule via the module's embedder state.
-// The plugin module manages our lifetime.
-class RendererPpapiHostImpl : public RendererPpapiHost,
- public PluginModule::EmbedderState {
+// This class is attached to a PluginModule which manages our lifetime.
+class RendererPpapiHostImpl : public RendererPpapiHost {
public:
virtual ~RendererPpapiHostImpl();