diff options
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 8c1f5a5..0d25477 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -22,12 +22,15 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; // Avoid drawing drop shadows under windows. const char kAuraNoShadows[] = "aura-no-shadows"; -// If present animations are disabled. -const char kAuraWindowAnimationsDisabled[] = "aura-window-animations-disabled"; +// Use Aura notifications. +const char kAuraNotify[] = "aura-notify"; // Use Aura to manage windows of type WINDOW_TYPE_PANEL. const char kAuraPanelManager[] = "aura-panels"; +// If present animations are disabled. +const char kAuraWindowAnimationsDisabled[] = "aura-window-animations-disabled"; + // Enables applist v2. const char kEnableAppListV2[] = "enable-applist-v2"; |