diff options
Diffstat (limited to 'apps/shell/shell_extensions_browser_client.cc')
-rw-r--r-- | apps/shell/shell_extensions_browser_client.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/shell/shell_extensions_browser_client.cc b/apps/shell/shell_extensions_browser_client.cc index 67af2ac..f745200 100644 --- a/apps/shell/shell_extensions_browser_client.cc +++ b/apps/shell/shell_extensions_browser_client.cc @@ -98,6 +98,10 @@ bool ShellExtensionsBrowserClient::IsBackgroundPageAllowed( return true; } +void ShellExtensionsBrowserClient::OnExtensionHostCreated( + content::WebContents* web_contents) { +} + bool ShellExtensionsBrowserClient::DidVersionUpdate(BrowserContext* context) { // TODO(jamescook): We might want to tell extensions when app_shell updates. return false; |