summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/enhanced_bookmark_utils.h
diff options
context:
space:
mode:
authorlpromero <lpromero@chromium.org>2015-01-30 07:23:44 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-30 15:24:28 +0000
commit9f946c94e2fb8428ee5d35eda446c7a4edcbc918 (patch)
tree79027051cbf22766146e09db49a4641786630182 /components/enhanced_bookmarks/enhanced_bookmark_utils.h
parent276cd5b87e5e8a9f34e4f9cf7d1b892761724404 (diff)
downloadchromium_src-9f946c94e2fb8428ee5d35eda446c7a4edcbc918.zip
chromium_src-9f946c94e2fb8428ee5d35eda446c7a4edcbc918.tar.gz
chromium_src-9f946c94e2fb8428ee5d35eda446c7a4edcbc918.tar.bz2
★ Add Bookmarks Bar to the list of primary permanent nodes.
As per https://docs.google.com/document/d/1aerLjBm5jc7OILH0BDZmDX8npqop38zfnSO824LnH00, all permanent nodes are treated equally. BUG=453024 Review URL: https://codereview.chromium.org/884933002 Cr-Commit-Position: refs/heads/master@{#313918}
Diffstat (limited to 'components/enhanced_bookmarks/enhanced_bookmark_utils.h')
-rw-r--r--components/enhanced_bookmarks/enhanced_bookmark_utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_utils.h b/components/enhanced_bookmarks/enhanced_bookmark_utils.h
index 413ef03..dc9cf3c 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);