diff options
author | jennyz@google.com <jennyz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 21:58:34 +0000 |
---|---|---|
committer | jennyz@google.com <jennyz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 21:58:34 +0000 |
commit | 7510d108021bc6b0efeb42ea18f29c266bf9e780 (patch) | |
tree | 5bb819c59ce26ce16e6c37642dded04912c3f56d /ash/shell.h | |
parent | fbbdfde4a18779c48b73a729d1b744954b6b8ce8 (diff) | |
download | chromium_src-7510d108021bc6b0efeb42ea18f29c266bf9e780.zip chromium_src-7510d108021bc6b0efeb42ea18f29c266bf9e780.tar.gz chromium_src-7510d108021bc6b0efeb42ea18f29c266bf9e780.tar.bz2 |
Always show launcher and status if the app list is opened.
BUG=120230
TEST=The launcher and status should always be visible when app list is open.
Review URL: https://chromiumcodereview.appspot.com/9802041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h index 2c864ad..fbf81b6 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -139,6 +139,9 @@ class ASH_EXPORT Shell { // Toggles app list. void ToggleAppList(); + // Returns app list target visibility. + bool GetAppListTargetVisibility() const; + // Returns true if the screen is locked. bool IsScreenLocked() const; |