Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index e5556e08e6839d3b8c5e426c4e10a3aa7e2f4e15..b45a9e232742bce490cee38d39a536e99b6a36ce 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -16,6 +16,7 @@ const char kAshUberTray[] = "ash-uber-tray"; |
// Force the "compact" window mode regardless of the value of kAuraWindowMode. |
// This can be used to override a value set in chrome://flags. |
+// Also implies fully-opaque windows for performance. |
// TODO(derat): Remove this once the normal mode is usable on all platforms. |
const char kAuraForceCompactWindowMode[] = "aura-force-compact-window-mode"; |
@@ -31,9 +32,6 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; |
// Avoid drawing drop shadows under windows. |
const char kAuraNoShadows[] = "aura-no-shadows"; |
-// Use Aura-style translucent window frame. |
-const char kAuraTranslucentFrames[] = "aura-translucent-frames"; |
- |
// If present animations are disabled. |
const char kAuraWindowAnimationsDisabled[] = "aura-window-animations-disabled"; |