summaryrefslogtreecommitdiffstats
path: root/ui/views/views_switches.cc
diff options
context:
space:
mode:
authorszym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 15:50:37 +0000
committerszym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 15:50:37 +0000
commit7308f63c2e468c5867a2f678b38729daaf1cb466 (patch)
tree29e17b96862d800d05d96707ab002a79958ea133 /ui/views/views_switches.cc
parent7c89eaaeee37e2ae6d308af0eab7141ac8e03fa7 (diff)
downloadchromium_src-7308f63c2e468c5867a2f678b38729daaf1cb466.zip
chromium_src-7308f63c2e468c5867a2f678b38729daaf1cb466.tar.gz
chromium_src-7308f63c2e468c5867a2f678b38729daaf1cb466.tar.bz2
Revert 163414 - Always start up in --desktop-aura mode now, and open ash from tools menu.
(This broke win_aura on main waterfall.) - Implement host_desktop.cc and plumb a few places that need context to determine which style of desktop it belongs to. - Remove --desktop-aura, --open-ash, --enable-ash TBR=jam@chromium.org BUG=133312 Review URL: https://chromiumcodereview.appspot.com/11146023 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/11230058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/views_switches.cc')
-rw-r--r--ui/views/views_switches.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/views/views_switches.cc b/ui/views/views_switches.cc
new file mode 100644
index 0000000..d5b49df
--- /dev/null
+++ b/ui/views/views_switches.cc
@@ -0,0 +1,14 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "ui/views/views_switches.h"
+
+namespace views {
+namespace switches {
+
+// Run in desktop mode using the aura framework.
+const char kDesktopAura[] = "desktop-aura";
+
+} // namespace switches
+} // namespace views