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

Unified Diff: chrome/browser/bookmarks/bookmark_context_menu_controller.cc

Issue 155076: Add the menus copy, cut and paste to BookmarkBar and BookmarkMenu.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_context_menu_controller.cc
===================================================================
--- chrome/browser/bookmarks/bookmark_context_menu_controller.cc (revision 19929)
+++ chrome/browser/bookmarks/bookmark_context_menu_controller.cc (working copy)
@@ -253,7 +253,8 @@
configuration_ == BOOKMARK_MANAGER_TABLE_OTHER ||
configuration_ == BOOKMARK_MANAGER_TREE ||
configuration_ == BOOKMARK_MANAGER_ORGANIZE_MENU ||
- configuration_ == BOOKMARK_MANAGER_ORGANIZE_MENU_OTHER) {
+ configuration_ == BOOKMARK_MANAGER_ORGANIZE_MENU_OTHER ||
+ configuration_ == BOOKMARK_BAR) {
delegate_->AddSeparator();
delegate_->AddItem(IDS_CUT);
delegate_->AddItem(IDS_COPY);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698