| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index 1d569c8c0cfe6bd46635a9d2ba41402d9a0c730c..5af8e6eab0d4b565158f2fc68208746786f99210 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -36,7 +36,7 @@ void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) {
|
| launcher_delegate_->set_watcher(watcher);
|
| }
|
|
|
| -bool ShellDelegateImpl::IsUserLoggedIn() {
|
| +bool ShellDelegateImpl::IsUserLoggedIn() const {
|
| return true;
|
| }
|
|
|
|
|