summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.h
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 23:43:19 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 23:43:19 +0000
commit5a10a19233b63ac48df96f40dd00925222d58c6e (patch)
tree920071fd91e5df8553da6590b0c1640a62b15f30 /ash/ash_switches.h
parent32a7213b495e7782ba9ccb85908c7d3bffbbdaed (diff)
downloadchromium_src-5a10a19233b63ac48df96f40dd00925222d58c6e.zip
chromium_src-5a10a19233b63ac48df96f40dd00925222d58c6e.tar.gz
chromium_src-5a10a19233b63ac48df96f40dd00925222d58c6e.tar.bz2
Ash: Use translucent frames by default
Remove --aura-translucent-frames switch. Tie old-style frames to the existing --aura-window-mode=compact flag. Also fix a couple of cases where views::Widget wasn't be flagged as transparent, which would lead to black pixels in the window corners and incorrect headers in the inactive state. BUG=113075 TEST=visual, look at active and inactive browser windows, popup windows, cookie management (constrained dialog), task manager (general dialog) Review URL: http://codereview.chromium.org/9618022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125251 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r--ash/ash_switches.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h
index 70ae9d7..1b8fa7a 100644
--- a/ash/ash_switches.h
+++ b/ash/ash_switches.h
@@ -21,7 +21,6 @@ ASH_EXPORT extern const char kAuraForceCompactWindowMode[];
ASH_EXPORT extern const char kAuraGoogleDialogFrames[];
ASH_EXPORT extern const char kAuraLegacyPowerButton[];
ASH_EXPORT extern const char kAuraNoShadows[];
-ASH_EXPORT extern const char kAuraTranslucentFrames[];
ASH_EXPORT extern const char kAuraWindowAnimationsDisabled[];
ASH_EXPORT extern const char kAuraWindowMode[];
ASH_EXPORT extern const char kAuraWindowModeCompact[];