| 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 9bfc1e2d740dd52aa14a55432068e8187cf20999..b3471006a89cb962ef2921be971e455d5afb286b 100644 | 
| --- a/content/browser/browser_plugin/browser_plugin_host_factory.h | 
| +++ b/content/browser/browser_plugin/browser_plugin_host_factory.h | 
| @@ -23,7 +23,8 @@ class WebContentsImpl; | 
| // Factory to create BrowserPlugin embedder and guest. | 
| class CONTENT_EXPORT BrowserPluginHostFactory { | 
| public: | 
| -  virtual BrowserPluginGuestManager* CreateBrowserPluginGuestManager() = 0; | 
| +  virtual BrowserPluginGuestManager* CreateBrowserPluginGuestManager( | 
| +      BrowserContext* context) = 0; | 
|  | 
| virtual BrowserPluginGuest* CreateBrowserPluginGuest( | 
| int instance_id, | 
|  |