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

Unified Diff: components/enhanced_bookmarks/enhanced_bookmark_utils.h

Issue 1067703004: Clean up enhanced_bookmark_utils.h/cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: 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 97a9b278cc20b07fb276d5581c31c549723d8826..c66fa9adf8c07b69bc46c0f791ce27784559797b 100644
--- a/components/enhanced_bookmarks/enhanced_bookmark_utils.h
+++ b/components/enhanced_bookmarks/enhanced_bookmark_utils.h
@@ -16,8 +16,6 @@ class BookmarkNode;
namespace enhanced_bookmarks {
-static const char kLaunchLocationUMA[] = "Stars.LaunchLocation";
-
// Possible locations where a bookmark can be opened from.
// Please sync with the corresponding histograms.xml.
//
@@ -33,10 +31,6 @@ enum LaunchLocation {
COUNT = 6,
};
-// The vector is sorted in place.
-// All of the bookmarks in |nodes| must be urls.
-void SortBookmarksByName(std::vector<const bookmarks::BookmarkNode*>& nodes);
-
// Returns the permanent nodes whose url children are considered uncategorized
// and whose folder children should be shown in the bookmark menu.
// |model| must be loaded.

Powered by Google App Engine
This is Rietveld 408576698