From 8f80db0f2c8b752d0f405f541ce7f9f88a698517 Mon Sep 17 00:00:00 2001 From: "pkotwicz@chromium.org" Date: Tue, 7 Feb 2012 14:44:53 +0000 Subject: Implements accelerator handling for menus on aura. BUG=105964 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9224001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120777 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/shell.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ash/shell.h') diff --git a/ash/shell.h b/ash/shell.h index 374015d..9e48aa2 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; @@ -183,6 +184,8 @@ class ASH_EXPORT Shell { base::WeakPtrFactory method_factory_; + scoped_ptr nested_dispatcher_controller_; + scoped_ptr accelerator_controller_; scoped_ptr delegate_; -- cgit v1.1