summaryrefslogtreecommitdiffstats
path: root/ash/shell
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-11 17:53:33 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-11 17:53:33 +0000
commit4801879ec26e37c437ab8b9c3f96067a2e0afcb7 (patch)
tree55a6866acd28fd4bcd4ac0e9ca53b31e22f0e759 /ash/shell
parentf8742e3ba254518bc11409f7b31288eb6a2e4e5a (diff)
downloadchromium_src-4801879ec26e37c437ab8b9c3f96067a2e0afcb7.zip
chromium_src-4801879ec26e37c437ab8b9c3f96067a2e0afcb7.tar.gz
chromium_src-4801879ec26e37c437ab8b9c3f96067a2e0afcb7.tar.bz2
chromeos: Remove old status-area related code.
This removes --disable-ash-uber-tray from command-line and chrome://flags, and much of the code that becomes extinct because of this. BUG=122295 TEST=none Review URL: https://chromiumcodereview.appspot.com/10056001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell')
-rw-r--r--ash/shell/shell_delegate_impl.cc4
-rw-r--r--ash/shell/shell_delegate_impl.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index b736473..78e3325 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;
}
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
index 7698830..9c0e403 100644
--- a/ash/shell/shell_delegate_impl.h
+++ b/ash/shell/shell_delegate_impl.h
@@ -22,7 +22,6 @@ class ShellDelegateImpl : public ash::ShellDelegate {
void SetWatcher(WindowWatcher* watcher);
- virtual views::Widget* CreateStatusArea() OVERRIDE;
virtual bool IsUserLoggedIn() OVERRIDE;
virtual void LockScreen() OVERRIDE;
virtual void UnlockScreen() OVERRIDE;