| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index b73647343cf179bc6cfe83fec7f798fae0513ca4..78e3325a22d9e7559bdfddd00dc0b9216b62760f 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -30,10 +30,6 @@ void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) {
|
| launcher_delegate_->set_watcher(watcher);
|
| }
|
|
|
| -views::Widget* ShellDelegateImpl::CreateStatusArea() {
|
| - return NULL;
|
| -}
|
| -
|
| bool ShellDelegateImpl::IsUserLoggedIn() {
|
| return true;
|
| }
|
|
|