summaryrefslogtreecommitdiffstats
path: root/extensions/shell/browser/shell_extensions_api_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/shell/browser/shell_extensions_api_client.h')
-rw-r--r--extensions/shell/browser/shell_extensions_api_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/shell/browser/shell_extensions_api_client.h b/extensions/shell/browser/shell_extensions_api_client.h
index 6c40889..17a26fc 100644
--- a/extensions/shell/browser/shell_extensions_api_client.h
+++ b/extensions/shell/browser/shell_extensions_api_client.h
@@ -14,6 +14,8 @@ class ShellExtensionsAPIClient : public ExtensionsAPIClient {
ShellExtensionsAPIClient();
// ExtensionsAPIClient implementation.
+ void AttachWebContentsHelpers(content::WebContents* web_contents) const
+ override;
AppViewGuestDelegate* CreateAppViewGuestDelegate() const override;
};