Index: apps/shell/shell_extensions_browser_client.cc |
diff --git a/apps/shell/shell_extensions_browser_client.cc b/apps/shell/shell_extensions_browser_client.cc |
index 1e869215e4b61a9fde4871588dd614516c607fc9..cc59069320a10c158c26953ce29498043c774b26 100644 |
--- a/apps/shell/shell_extensions_browser_client.cc |
+++ b/apps/shell/shell_extensions_browser_client.cc |
@@ -91,6 +91,11 @@ bool ShellExtensionsBrowserClient::DeferLoadingBackgroundHosts( |
return false; |
} |
+bool ShellExtensionsBrowserClient::IsBackgroundPageAllowed( |
+ BrowserContext* context) const { |
+ return true; |
+} |
+ |
bool ShellExtensionsBrowserClient::DidVersionUpdate(BrowserContext* context) { |
// TODO(jamescook): We might want to tell extensions when app_shell updates. |
return false; |