| Index: chrome/browser/extensions/chrome_extensions_browser_client.h
|
| diff --git a/chrome/browser/extensions/chrome_extensions_browser_client.h b/chrome/browser/extensions/chrome_extensions_browser_client.h
|
| index 0539b5b3fa4e520ca03d0c7bf27c99384aeae145..d3758b299509d87c84e5546b39309e26943c46ba 100644
|
| --- a/chrome/browser/extensions/chrome_extensions_browser_client.h
|
| +++ b/chrome/browser/extensions/chrome_extensions_browser_client.h
|
| @@ -50,6 +50,8 @@ class ChromeExtensionsBrowserClient : public ExtensionsBrowserClient {
|
| content::BrowserContext* context) const OVERRIDE;
|
| virtual bool IsBackgroundPageAllowed(
|
| content::BrowserContext* context) const OVERRIDE;
|
| + virtual void OnExtensionHostCreated(content::WebContents* web_contents)
|
| + OVERRIDE;
|
| virtual bool DidVersionUpdate(content::BrowserContext* context) OVERRIDE;
|
| virtual scoped_ptr<AppSorting> CreateAppSorting() OVERRIDE;
|
| virtual bool IsRunningInForcedAppMode() OVERRIDE;
|
|
|