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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 12251009: Removing the menu entry to start the ash desktop in Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/toolbar/wrench_menu_model.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view.cc
===================================================================
--- chrome/browser/ui/views/frame/browser_view.cc (revision 181795)
+++ chrome/browser/ui/views/frame/browser_view.cc (working copy)
@@ -2354,15 +2354,6 @@
accelerator, ui::AcceleratorManager::kNormalPriority, this);
}
#endif
-#if defined(OS_WIN) && defined(USE_AURA)
- if (base::win::GetVersion() < base::win::VERSION_WIN8) {
- ui::Accelerator accelerator(ui::VKEY_A,
- ui::EF_SHIFT_DOWN | ui::EF_CONTROL_DOWN);
- accelerator_table_[accelerator] = IDC_TOGGLE_ASH_DESKTOP;
- focus_manager->RegisterAccelerator(
- accelerator, ui::AcceleratorManager::kNormalPriority, this);
- }
-#endif
}
int BrowserView::GetCommandIDForAppCommandID(int app_command_id) const {
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_menu_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698