summaryrefslogtreecommitdiffstats
path: root/ui/aura/aura_switches.cc
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-02 03:23:40 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-02 03:23:40 +0000
commitda2b2779e19c981a7b23f6dba17438244713e092 (patch)
tree573c25237cd3f344571fba8bb1b7773c2120808d /ui/aura/aura_switches.cc
parent03017f7ef58fb13f14492f792f3d122ff7b865fd (diff)
downloadchromium_src-da2b2779e19c981a7b23f6dba17438244713e092.zip
chromium_src-da2b2779e19c981a7b23f6dba17438244713e092.tar.gz
chromium_src-da2b2779e19c981a7b23f6dba17438244713e092.tar.bz2
Aura: Use more traditional window frame, add flag for new look
Added --aura-windows to trigger new-style transparent window frames. Fixed window frame art for top border. BUG=102499 TEST=none Review URL: http://codereview.chromium.org/8423021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/aura_switches.cc')
-rw-r--r--ui/aura/aura_switches.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/aura/aura_switches.cc b/ui/aura/aura_switches.cc
index 7fa3fb9..2dd4ff3 100644
--- a/ui/aura/aura_switches.cc
+++ b/ui/aura/aura_switches.cc
@@ -8,5 +8,7 @@ namespace switches {
// Initial dimensions for the host window in the form "1024x768".
const char kAuraHostWindowSize[] = "aura-host-window-size";
+// Use Aura-style window frames and drag behavior.
+const char kAuraWindows[] = "aura-windows";
} // namespace switches