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

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

Issue 102009: more extensions bookmarks changes:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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_dispatcher.cc
===================================================================
--- chrome/browser/extensions/extension_function_dispatcher.cc (revision 14841)
+++ chrome/browser/extensions/extension_function_dispatcher.cc (working copy)
@@ -63,6 +63,10 @@
// Bookmarks
factories_["GetBookmarks"] = &NewExtensionFunction<GetBookmarksFunction>;
+ factories_["GetBookmarkChildren"] =
+ &NewExtensionFunction<GetBookmarkChildrenFunction>;
+ factories_["GetBookmarkTree"] =
+ &NewExtensionFunction<GetBookmarkTreeFunction>;
factories_["SearchBookmarks"] =
&NewExtensionFunction<SearchBookmarksFunction>;
factories_["RemoveBookmark"] = &NewExtensionFunction<RemoveBookmarkFunction>;
« no previous file with comments | « chrome/browser/extensions/extension_bookmarks_module.cc ('k') | chrome/renderer/extensions/extension_api_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698