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

Unified Diff: chrome/browser/bookmark_bar_context_menu_controller.h

Issue 7357: Makes the following changes to the bookmark bar context menu:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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/bookmark_bar_context_menu_controller.h
===================================================================
--- chrome/browser/bookmark_bar_context_menu_controller.h (revision 3428)
+++ chrome/browser/bookmark_bar_context_menu_controller.h (working copy)
@@ -43,18 +43,6 @@
virtual bool IsItemChecked(int id) const;
virtual bool IsCommandEnabled(int id) const;
- // IDs used for the menus. Public for testing.
- static const int always_show_command_id;
- static const int open_bookmark_id;
- static const int open_bookmark_in_new_window_id;
- static const int open_bookmark_in_new_tab_id;
- static const int open_all_bookmarks_id;
- static const int open_all_bookmarks_in_new_window_id;
- static const int edit_bookmark_id;
- static const int delete_bookmark_id;
- static const int add_bookmark_id;
- static const int new_folder_id;
-
private:
// Returns the parent node and visual_order to use when adding new
// bookmarks/folders.

Powered by Google App Engine
This is Rietveld 408576698