diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 17:53:33 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 17:53:33 +0000 |
commit | 4801879ec26e37c437ab8b9c3f96067a2e0afcb7 (patch) | |
tree | 55a6866acd28fd4bcd4ac0e9ca53b31e22f0e759 /ash/ash_switches.cc | |
parent | f8742e3ba254518bc11409f7b31288eb6a2e4e5a (diff) | |
download | chromium_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/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index aee314a5..340d8f6 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -7,9 +7,6 @@ namespace ash { namespace switches { -// Use the in-progress uber system tray. -const char kDisableAshUberTray[] = "disable-ash-uber-tray"; - // Enables the Oak tree viewer. const char kAshEnableOak[] = "ash-enable-oak"; |