diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 20:27:00 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 20:27:00 +0000 |
commit | 8604de292126c8a51c163f082a54d61893222917 (patch) | |
tree | a57d5ba25bbb5dbae5627b83927c5e938cb17e67 /ash/ash_switches.cc | |
parent | 7f44ba4d86341308a888455858426adcc1e713e4 (diff) | |
download | chromium_src-8604de292126c8a51c163f082a54d61893222917.zip chromium_src-8604de292126c8a51c163f082a54d61893222917.tar.gz chromium_src-8604de292126c8a51c163f082a54d61893222917.tar.bz2 |
ash: Rename kAuraWindowAnimationsDisabled to kAshWindowAnimationsDisabled
BUG=none
TEST=compiles
Review URL: https://chromiumcodereview.appspot.com/10456035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index b8b63a21..9626f03 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -16,6 +16,9 @@ const char kAshNotify[] = "ash-notify"; // Enables the heads-up display for tracking touch points. const char kAshTouchHud[] = "ash-touch-hud"; +// If present animations are disabled. +const char kAshWindowAnimationsDisabled[] = "ash-window-animations-disabled"; + // Use Google-style dialog box frames. const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames"; @@ -31,9 +34,6 @@ const char kAuraNoShadows[] = "aura-no-shadows"; // 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"; |