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

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

Issue 2812007: Remove compact navbar: 1st step. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: " Created 10 years, 6 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/chromeos/status/browser_status_area_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/accelerator_table_gtk.cc
diff --git a/chrome/browser/views/accelerator_table_gtk.cc b/chrome/browser/views/accelerator_table_gtk.cc
index 3edd0e9f8bf980c3074eff91f29a754369da8396..f755de73c695d5a99d40e954ad24b928b3d4c2d2 100644
--- a/chrome/browser/views/accelerator_table_gtk.cc
+++ b/chrome/browser/views/accelerator_table_gtk.cc
@@ -136,7 +136,6 @@ const AcceleratorMapping kAcceleratorMap[] = {
{ base::VKEY_F, false, false, true, IDC_SHOW_APP_MENU},
{ base::VKEY_E, false, false, true, IDC_SHOW_PAGE_MENU},
#if defined(OS_CHROMEOS)
- { base::VKEY_C, true, true, false, IDC_COMPACT_NAVBAR },
{ base::VKEY_F, false, true, true, IDC_FULLSCREEN },
{ base::VKEY_LWIN, false, false, false, IDC_SEARCH },
#endif
« no previous file with comments | « chrome/browser/chromeos/status/browser_status_area_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698