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

Unified Diff: ash/shell.h

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 requested 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/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index a1dcb76047e469a2736b781fe25a582a7f1f2919..dac33a6d7938dbda2c00a6fca86f9679b801702d 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -36,6 +36,7 @@ namespace ash {
class AcceleratorController;
class Launcher;
+class NestedDispatcherController;
class PowerButtonController;
class ShellDelegate;
class VideoDetector;
@@ -169,6 +170,8 @@ class ASH_EXPORT Shell {
base::WeakPtrFactory<Shell> method_factory_;
+ scoped_ptr<NestedDispatcherController> nested_dispatcher_controller_;
+
scoped_ptr<AcceleratorController> accelerator_controller_;
scoped_ptr<ShellDelegate> delegate_;
« ash/accelerators/nested_dispatcher_controller.h ('K') | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698