Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2747)

Unified Diff: apps/shell/browser/shell_extensions_browser_client.h

Issue 185293017: Move ExtensionFunctionRegistry out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: apps/shell/browser/shell_extensions_browser_client.h
diff --git a/apps/shell/browser/shell_extensions_browser_client.h b/apps/shell/browser/shell_extensions_browser_client.h
index d90039456516d4c25f77c76e4559ba4007ed59ca..7fd8c6fce381ef7bf7abd18ceceb083b7a1ffe68 100644
--- a/apps/shell/browser/shell_extensions_browser_client.h
+++ b/apps/shell/browser/shell_extensions_browser_client.h
@@ -58,6 +58,8 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient {
virtual ApiActivityMonitor* GetApiActivityMonitor(
content::BrowserContext* context) OVERRIDE;
virtual ExtensionSystemProvider* GetExtensionSystemFactory() OVERRIDE;
+ virtual void RegisterAdditionalExtensionFunctions(
+ ExtensionFunctionRegistry* registry) const OVERRIDE;
private:
// The single BrowserContext for app_shell. Not owned.

Powered by Google App Engine
This is Rietveld 408576698