| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1d5b99ad829b585bdb7a41e0151fe1076b091712..64e3e17b731c7493f66c3eaa4ba99c0266021076 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1344,6 +1344,9 @@ const char kTabletUI[] = "tablet-ui";
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
| +// Disables wallpaper boot animation (except of OOBE case).
|
| +const char kDisableBootAnimation[] = "disable-boot-animation";
|
| +
|
| // Disables gdata content provider.
|
| const char kDisableGData[] = "disable-gdata";
|
|
|
|
|