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

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

Issue 6035010: chromeos: Add metrics for various accelerators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/ui/views/frame
Patch Set: fix bad merge Created 9 years, 12 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/ui/browser.h ('k') | chrome/browser/ui/views/frame/browser_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/accelerator_table_gtk.cc
diff --git a/chrome/browser/ui/views/accelerator_table_gtk.cc b/chrome/browser/ui/views/accelerator_table_gtk.cc
index fae032ae9d338fbde1e69616a225218688675ca8..c87580b5c323dbbf400184acb2555658bf1cd2f7 100644
--- a/chrome/browser/ui/views/accelerator_table_gtk.cc
+++ b/chrome/browser/ui/views/accelerator_table_gtk.cc
@@ -142,9 +142,6 @@ const AcceleratorMapping kAcceleratorMap[] = {
{ app::VKEY_F, false, false, true, IDC_SHOW_APP_MENU},
{ app::VKEY_E, false, false, true, IDC_SHOW_APP_MENU},
{ app::VKEY_ESCAPE, false, false, false, IDC_STOP },
-#if defined(OS_CHROMEOS)
- { app::VKEY_F5, false, false, false, IDC_SYSTEM_OPTIONS },
-#endif
{ app::VKEY_ESCAPE, true, false, false, IDC_TASK_MANAGER },
{ app::VKEY_U, false, true, false, IDC_VIEW_SOURCE },
{ app::VKEY_OEM_MINUS, false, true, false, IDC_ZOOM_MINUS },
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/views/frame/browser_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698