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

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

Issue 9969087: Switch platform apps from a declarative launch container to handling an onLaunched event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bring back 512x384 default bounds. 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
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 dc84a932bd5eb0e75da95475c0f15402b2fbfaf0..0be6cefa8517f884986b91697d57083223d6506c 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -441,8 +441,8 @@ void ExtensionFunctionRegistry::ResetFunctions() {
RegisterFunction<SetCloudPrintCredentialsFunction>();
// Experimental App API.
- RegisterFunction<AppNotifyFunction>();
- RegisterFunction<AppClearAllNotificationsFunction>();
+ RegisterFunction<extensions::AppNotifyFunction>();
+ RegisterFunction<extensions::AppClearAllNotificationsFunction>();
// Permissions
RegisterFunction<ContainsPermissionsFunction>();

Powered by Google App Engine
This is Rietveld 408576698