diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 19:14:24 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 19:14:24 +0000 |
commit | e6ae78c3d9944167194a62c62dd0f88f6d7f3b10 (patch) | |
tree | 647f382d8c7017f84c5dfdb0722849d7e3273979 /ash/shell_delegate.h | |
parent | ec823786159a9d0f8948792177f4e851a6974d10 (diff) | |
download | chromium_src-e6ae78c3d9944167194a62c62dd0f88f6d7f3b10.zip chromium_src-e6ae78c3d9944167194a62c62dd0f88f6d7f3b10.tar.gz chromium_src-e6ae78c3d9944167194a62c62dd0f88f6d7f3b10.tar.bz2 |
Remove some more OS_CHROMEOS from browser.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10377114
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r-- | ash/shell_delegate.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h index ce857f8..dbbaaf9d 100644 --- a/ash/shell_delegate.h +++ b/ash/shell_delegate.h @@ -21,6 +21,10 @@ namespace aura { class Window; } +namespace ui { +class AcceleratorTarget; +} + namespace views { class Widget; } @@ -74,6 +78,9 @@ class ASH_EXPORT ShellDelegate { // Invoked when the user needs to set up mobile networking. virtual void OpenMobileSetup() = 0; + // Shows the keyboard shortcut overlay. + virtual void ShowKeyboardOverlay(ui::AcceleratorTarget* target) = 0; + // Get the current browser context. This will get us the current profile. virtual content::BrowserContext* GetCurrentBrowserContext() = 0; |