Index: content/browser/browser_plugin/browser_plugin_host_factory.h |
diff --git a/content/browser/browser_plugin/browser_plugin_host_factory.h b/content/browser/browser_plugin/browser_plugin_host_factory.h |
index b3471006a89cb962ef2921be971e455d5afb286b..e368fd4eff02fb99031842a7f15708fc6786da26 100644 |
--- a/content/browser/browser_plugin/browser_plugin_host_factory.h |
+++ b/content/browser/browser_plugin/browser_plugin_host_factory.h |
@@ -23,9 +23,6 @@ class WebContentsImpl; |
// Factory to create BrowserPlugin embedder and guest. |
class CONTENT_EXPORT BrowserPluginHostFactory { |
public: |
- virtual BrowserPluginGuestManager* CreateBrowserPluginGuestManager( |
- BrowserContext* context) = 0; |
- |
virtual BrowserPluginGuest* CreateBrowserPluginGuest( |
int instance_id, |
WebContentsImpl* web_contents) = 0; |