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

Unified Diff: chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h

Issue 2809003002: Making bookmark folder context menu display the number of bookmarks that will be opened by Open All (Closed)
Patch Set: All changes to add count to context menu Created 3 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/ui/bookmarks/bookmark_context_menu_controller.h
diff --git a/chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h b/chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h
index 03eba59701e6dfb51b2aee10c7ef8623d3099cb6..5d8163f3df339b4e5bbfbf697247f3815e7a167a 100644
--- a/chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h
+++ b/chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h
@@ -78,6 +78,8 @@ class BookmarkContextMenuController
private:
void BuildMenu();
+ // Adds a IDC_* style command to the menu with a string16.
+ void AddItem(int id, base::string16 str);
Peter Kasting 2017/04/13 04:52:09 Nit: Pass by const ref
Paezagon 2017/04/14 01:00:29 Done.
// Adds a IDC_* style command to the menu with a localized string.
void AddItem(int id, int localization_id);
// Adds a separator to the menu.

Powered by Google App Engine
This is Rietveld 408576698