| 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 d3d5ddf105229dd18cafcd5da4f81f470c7f0a29..13998a1cad04ac9666c26bbe85ba7672af9de280 100644
|
| --- a/apps/shell/shell_extensions_browser_client.h
|
| +++ b/apps/shell/shell_extensions_browser_client.h
|
| @@ -38,6 +38,8 @@ class ShellExtensionsBrowserClient
|
| content::BrowserContext* context) OVERRIDE;
|
| virtual bool DeferLoadingBackgroundHosts(content::BrowserContext* context)
|
| const OVERRIDE;
|
| + virtual bool IsBackgroundPageAllowed(content::BrowserContext* context)
|
| + const OVERRIDE;
|
| virtual bool DidVersionUpdate(content::BrowserContext* context) OVERRIDE;
|
| virtual scoped_ptr<extensions::AppSorting> CreateAppSorting() OVERRIDE;
|
| virtual bool IsRunningInForcedAppMode() OVERRIDE;
|
|
|