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

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

Issue 183020: more bookmark tests, plus fix a couple of API bugs (Closed)
Patch Set: cleanup from review comments (plus merge fallout) Created 11 years, 4 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_dispatcher.cc
diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
index fbd329e82582d627240dbd5b3b7d452a136d1012..d0281c37583afa0619bad3f01abcde16dce60616 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.cc
+++ b/chrome/browser/extensions/extension_function_dispatcher.cc
@@ -133,8 +133,8 @@ void FactoryRegistry::ResetFunctions() {
&NewExtensionFunction<CreateBookmarkFunction>;
factories_[bookmarks::kMoveBookmarkFunction] =
&NewExtensionFunction<MoveBookmarkFunction>;
- factories_[bookmarks::kSetBookmarkTitleFunction] =
- &NewExtensionFunction<SetBookmarkTitleFunction>;
+ factories_[bookmarks::kUpdateBookmarkFunction] =
+ &NewExtensionFunction<UpdateBookmarkFunction>;
// Toolstrips.
factories_[toolstrip::kExpandFunction] =
« no previous file with comments | « chrome/browser/extensions/extension_bookmarks_module_constants.cc ('k') | chrome/common/common_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698