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

Unified Diff: chrome/browser/bookmarks/bookmark_extension_helpers.h

Issue 10966025: Change bookmarkManager API from experimental to private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bookmarkManager->bookmarkManagerPrivate Created 8 years, 3 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/bookmarks/bookmark_extension_helpers.h
diff --git a/chrome/browser/bookmarks/bookmark_extension_helpers.h b/chrome/browser/bookmarks/bookmark_extension_helpers.h
index 5113b7a272e0d2611f047e591ea9a6a5dc9845e6..b5fb4ec59806a25ff7c9de24ad34ed981c302bc3 100644
--- a/chrome/browser/bookmarks/bookmark_extension_helpers.h
+++ b/chrome/browser/bookmarks/bookmark_extension_helpers.h
@@ -23,8 +23,8 @@ extensions::api::bookmarks::BookmarkTreeNode* GetBookmarkTreeNode(
bool recurse,
bool only_folders);
-// TODO(mwrosen): Remove this function once chrome.experimental.bookmarkManager
-// is refactored to use the JSON schema compiler.
+// TODO(mwrosen): Remove this function once chrome.bookmarkManagerPrivate is
+// refactored to use the JSON schema compiler.
base::DictionaryValue* GetNodeDictionary(const BookmarkNode* node,
bool recurse,
bool only_folders);
@@ -41,14 +41,14 @@ void AddNodeFoldersOnly(const BookmarkNode* node,
nodes,
bool recurse);
-// TODO(mwrosen): Remove this function once chrome.experimental.bookmarkManager
-// is refactored to use the JSON schema compiler.
+// TODO(mwrosen): Remove this function once chrome.bookmarkManagerPrivate is
+// refactored to use the JSON schema compiler.
void AddNode(const BookmarkNode* node,
base::ListValue* list,
bool recurse);
-// TODO(mwrosen): Remove this function once chrome.experimental.bookmarkManager
-// is refactored to use the JSON schema compiler.
+// TODO(mwrosen): Remove this function once chrome.bookmarkManagerPrivate is
+// refactored to use the JSON schema compiler.
void AddNodeFoldersOnly(const BookmarkNode* node,
base::ListValue* list,
bool recurse);
« no previous file with comments | « chrome/browser/bookmarks/bookmark_extension_api_constants.cc ('k') | chrome/browser/bookmarks/bookmark_extension_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698