diff options
Diffstat (limited to 'apps/shell/shell_extensions_browser_client.h')
-rw-r--r-- | apps/shell/shell_extensions_browser_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/shell/shell_extensions_browser_client.h b/apps/shell/shell_extensions_browser_client.h index d3d5ddf..13998a1c 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; |