| Index: apps/shell/shell_extensions_browser_client.h
|
| diff --git a/apps/shell/shell_extensions_browser_client.h b/apps/shell/shell_extensions_browser_client.h
|
| index 13998a1cad04ac9666c26bbe85ba7672af9de280..7c45387812ffd4ccf5e90d89404a7898f36f6538 100644
|
| --- a/apps/shell/shell_extensions_browser_client.h
|
| +++ b/apps/shell/shell_extensions_browser_client.h
|
| @@ -40,6 +40,8 @@ class ShellExtensionsBrowserClient
|
| 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<extensions::AppSorting> CreateAppSorting() OVERRIDE;
|
| virtual bool IsRunningInForcedAppMode() OVERRIDE;
|
|
|