Index: extensions/shell/browser/shell_extensions_browser_client.h |
diff --git a/extensions/shell/browser/shell_extensions_browser_client.h b/extensions/shell/browser/shell_extensions_browser_client.h |
index 4d868b75b694ddfd13f3af91047883d692cf5d62..24ca6d90ef689e410b77ecec1dd96766bd572b9a 100644 |
--- a/extensions/shell/browser/shell_extensions_browser_client.h |
+++ b/extensions/shell/browser/shell_extensions_browser_client.h |
@@ -85,6 +85,8 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient { |
ExtensionCache* GetExtensionCache() override; |
bool IsBackgroundUpdateAllowed() override; |
bool IsMinBrowserVersionSupported(const std::string& min_version) override; |
+ ExtensionWebContentsObserver* GetExtensionWebContentsObserver( |
+ content::WebContents* web_contents) override; |
// Sets the API client. |
void SetAPIClientForTest(ExtensionsAPIClient* api_client); |