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

Unified Diff: ash/accelerators/accelerator_controller.cc

Issue 9224001: Fixes issue with accelerators when a menu is open (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes as suggested by oshima Created 8 years, 11 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
Index: ash/accelerators/accelerator_controller.cc
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
index 47d0a6b7f9e4a512a5dfedcd821cb5740e7f8631..b081a49ad8acf2323d874721b04f529199c73f23 100644
--- a/ash/accelerators/accelerator_controller.cc
+++ b/ash/accelerators/accelerator_controller.cc
@@ -159,6 +159,7 @@ namespace ash {
AcceleratorController::AcceleratorController()
: accelerator_manager_(new ui::AcceleratorManager) {
+ aura::client::SetAcceleratorClient(this);
Init();
}

Powered by Google App Engine
This is Rietveld 408576698