Index: ui/aura_shell/shell.h |
diff --git a/ui/aura_shell/shell.h b/ui/aura_shell/shell.h |
index cbb904e58858dc6bd4d19da73af4d401b1f6feed..80f5060a402638557873d954c856ef22ef841a41 100644 |
--- a/ui/aura_shell/shell.h |
+++ b/ui/aura_shell/shell.h |
@@ -69,6 +69,9 @@ class AURA_SHELL_EXPORT Shell { |
// Toggles app list. |
void ToggleAppList(); |
+ // Returns true if the screen is locked. |
+ bool IsScreenLocked() const; |
+ |
ShellAcceleratorController* accelerator_controller() { |
return accelerator_controller_.get(); |
} |