Index: ui/aura_shell/shell.h |
diff --git a/ui/aura_shell/shell.h b/ui/aura_shell/shell.h |
index a8778636de91c6e209dbfe497d64b0cfb669360c..1bde725d60c093770244b2ec63cca7e21f2b711b 100644 |
--- a/ui/aura_shell/shell.h |
+++ b/ui/aura_shell/shell.h |
@@ -68,6 +68,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(); |
} |