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

Unified Diff: components/enhanced_bookmarks/enhanced_bookmark_utils.h

Issue 884933002: ★ Add Bookmarks Bar to the list of primary permanent nodes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | components/enhanced_bookmarks/enhanced_bookmark_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/enhanced_bookmarks/enhanced_bookmark_utils.h
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_utils.h b/components/enhanced_bookmarks/enhanced_bookmark_utils.h
index 413ef03c9c3df60274ac8d9cb8113a6a46c4b7cd..dc9cf3c85665fda96c7a4b5fef3b465e04ce0b46 100644
--- a/components/enhanced_bookmarks/enhanced_bookmark_utils.h
+++ b/components/enhanced_bookmarks/enhanced_bookmark_utils.h
@@ -29,8 +29,7 @@ std::vector<const BookmarkNode*> PrimaryPermanentNodes(
// Returns an unsorted vector of folders that are considered to be at the "root"
// level of the bookmark hierarchy. Functionally, this means all direct
-// descendants of PrimaryPermanentNodes, and possibly a node for the bookmarks
-// bar.
+// descendants of PrimaryPermanentNodes.
std::vector<const BookmarkNode*> RootLevelFolders(
bookmarks::BookmarkModel* model);
« no previous file with comments | « no previous file | components/enhanced_bookmarks/enhanced_bookmark_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698