Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index 19f719c9f49145b50153e11c12fb51fbdfdf7bbc..bdf479d34f7202bdf56d544411e587538fa664c2 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -101,7 +101,6 @@ extern const char kDisableIPv6[]; |
| extern const char kDisableIPPooling[]; |
| extern const char kDisableNonFullscreenMouseLock[]; |
| extern const char kDisableNTPOtherSessionsMenu[]; |
| -extern const char kDisableLoginAnimations[]; |
| extern const char kDisablePopupBlocking[]; |
| extern const char kDisablePreconnect[]; |
| extern const char kDisablePromptOnRepost[]; |
| @@ -372,6 +371,8 @@ extern const char kTabletUI[]; |
| // Keep switches in alphabetical order. |
| extern const char kAshWebUIInit[]; |
| extern const char kDisableBootAnimation[]; |
| +extern const char kDisableLoginAnimations[]; |
|
sky
2012/08/15 15:18:36
Keep these sorted.
Dmitry Polukhin
2012/08/15 17:31:50
Done.
|
| +extern const char kDisableOobeAnimation[]; |
| extern const char kDisableGData[]; |
| extern const char kDisableHtml5Camera[]; |
| extern const char kDisableNewOobe[]; |