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

Unified Diff: chrome/browser/extensions/extension_function_registry.cc

Issue 10080017: Switch platform apps from a declarative launch container to handling an onLaunched event. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove debug logging code Created 8 years, 8 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
« no previous file with comments | « chrome/browser/extensions/extension_apitest.cc ('k') | chrome/browser/extensions/extension_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_function_registry.cc
diff --git a/chrome/browser/extensions/extension_function_registry.cc b/chrome/browser/extensions/extension_function_registry.cc
index a7d3f8b1fe118e7d9f14e0049e45a8d47527925f..9d0b1bcaedc751b4c694c472ce78b76e46406e97 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -437,8 +437,8 @@ void ExtensionFunctionRegistry::ResetFunctions() {
RegisterFunction<SetCloudPrintCredentialsFunction>();
// Experimental App API.
- RegisterFunction<AppNotifyFunction>();
- RegisterFunction<AppClearAllNotificationsFunction>();
+ RegisterFunction<extensions::AppNotifyFunction>();
+ RegisterFunction<extensions::AppClearAllNotificationsFunction>();
// Permissions
RegisterFunction<ContainsPermissionsFunction>();
« no previous file with comments | « chrome/browser/extensions/extension_apitest.cc ('k') | chrome/browser/extensions/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698