Index: ash/shell/shell_delegate_impl.h |
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h |
index 555e87fdcb7d0afe8564c7df0b17f7cc1089d388..91ebdc7ef2e6ac1728b078870ee6887956dd309d 100644 |
--- a/ash/shell/shell_delegate_impl.h |
+++ b/ash/shell/shell_delegate_impl.h |
@@ -21,7 +21,7 @@ class ShellDelegateImpl : public ash::ShellDelegate { |
void SetWatcher(WindowWatcher* watcher); |
- virtual bool IsUserLoggedIn() OVERRIDE; |
+ virtual bool IsUserLoggedIn() const OVERRIDE; |
virtual bool IsSessionStarted() OVERRIDE; |
virtual bool IsFirstRunAfterBoot() OVERRIDE; |
virtual bool CanLockScreen() OVERRIDE; |
stevenjb
2012/11/29 18:07:01
While you're in here can we make all of the above
yoshiki
2012/11/30 14:55:34
Done.
|