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

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

Issue 10695070: Implement scriptBadge.requestToAct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix more of Aaron's comments. Created 8 years, 5 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 44b31ad42e9e453a01cc65981bcee48f9392a82f..56e6d6564c27b795978390d161706fd7acee5b03 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -138,6 +138,7 @@ void ExtensionFunctionRegistry::ResetFunctions() {
// Script Badges.
RegisterFunction<ScriptBadgeSetPopupFunction>();
RegisterFunction<ScriptBadgeGetPopupFunction>();
+ RegisterFunction<ScriptBadgeGetAttentionFunction>();
Aaron Boodman 2012/07/16 21:46:09 Alphabetize within this group.
Jeffrey Yasskin 2012/07/16 21:58:28 TODO: Alphabetize the other groups too.
// Browsing Data.
RegisterFunction<RemoveBrowsingDataFunction>();

Powered by Google App Engine
This is Rietveld 408576698