| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 7970141b558ab810be82a58e87f88de2b4ce6fb4..8acf8adb6ed13f4151d73fd50fb068b609ffa0ed 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -365,6 +365,7 @@ extern const char kTabletUI[];
|
|
|
| #if defined(OS_CHROMEOS)
|
| // Keep switches in alphabetical order.
|
| +extern const char kDisableBootAnimation[];
|
| extern const char kDisableGData[];
|
| extern const char kDisableHtml5Camera[];
|
| extern const char kDisableNewOobe[];
|
| @@ -378,6 +379,7 @@ extern const char kEnableONCPolicy[];
|
| extern const char kEnableStaticIPConfig[];
|
| extern const char kEnableUnsupportedBluetoothDevices[];
|
| extern const char kExperimentalWallpaperUI[];
|
| +extern const char kFirstBoot[];
|
| extern const char kKioskModeScreensaverPath[];
|
| extern const char kLoginManager[];
|
| // TODO(avayvod): Remove this flag when it's unnecessary for testing
|
|
|