summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h
index 16add64..9f20fc4 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -37,6 +37,7 @@ namespace ash {
class AcceleratorController;
class Launcher;
+class NestedDispatcherController;
class PowerButtonController;
class ShellDelegate;
class VideoDetector;
@@ -171,6 +172,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_;