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

Unified Diff: chrome/browser/views/accelerator_table_gtk.cc

Issue 1567025: Change bookmark bar toggle to ctrl-shift-b.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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
« no previous file with comments | « chrome/browser/gtk/accelerators_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/accelerator_table_gtk.cc
===================================================================
--- chrome/browser/views/accelerator_table_gtk.cc (revision 43646)
+++ chrome/browser/views/accelerator_table_gtk.cc (working copy)
@@ -112,7 +112,6 @@
// Miscellany.
{ base::VKEY_D, false, true, false, IDC_BOOKMARK_PAGE },
{ base::VKEY_D, true, true, false, IDC_BOOKMARK_ALL_TABS },
- { base::VKEY_B, false, true, false, IDC_SHOW_BOOKMARK_BAR },
{ base::VKEY_DELETE, true, true, false, IDC_CLEAR_BROWSING_DATA },
{ base::VKEY_H, false, true, false, IDC_SHOW_HISTORY },
{ base::VKEY_J, false, true, false, IDC_SHOW_DOWNLOADS },
@@ -126,7 +125,7 @@
{ base::VKEY_F11, false, true, true, IDC_FULLSCREEN },
{ base::VKEY_DELETE, false, true, true, IDC_TASK_MANAGER },
{ base::VKEY_OEM_COMMA, false, true, false, IDC_SYSTEM_OPTIONS },
- { base::VKEY_B, true, true, false, IDC_SHOW_BOOKMARK_MANAGER },
+ { base::VKEY_B, true, true, false, IDC_SHOW_BOOKMARK_BAR },
#if !defined(OS_CHROMEOS)
{ base::VKEY_F1, false, false, false, IDC_HELP_PAGE },
#endif
« no previous file with comments | « chrome/browser/gtk/accelerators_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698