| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c1421d493c2bd502aabd41183eb2b7c5178064b4..17c610cbec87d016f07cdcb66b09f06e39825b3e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -348,9 +348,6 @@ const char kDisableIPPooling[] = "disable-ip-pooling";
|
| const char kDisableNonFullscreenMouseLock[] =
|
| "disable-non-fullscreen-mouse-lock";
|
|
|
| -// Avoid doing expensive animations upon login.
|
| -const char kDisableLoginAnimations[] = "disable-login-animations";
|
| -
|
| // Disables the menu on the NTP for accessing sessions from other devices.
|
| const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
|
|
|
| @@ -1377,6 +1374,12 @@ const char kAshWebUIInit[] = "ash-webui-init";
|
| // Disables wallpaper boot animation (except of OOBE case).
|
| const char kDisableBootAnimation[] = "disable-boot-animation";
|
|
|
| +// Avoid doing expensive animations upon login.
|
| +const char kDisableLoginAnimations[] = "disable-login-animations";
|
| +
|
| +// Avoid doing animations upon oobe.
|
| +const char kDisableOobeAnimation[] = "disable-oobe-animation";
|
| +
|
| // Disables gdata content provider.
|
| const char kDisableGData[] = "disable-gdata";
|
|
|
|
|