| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9962f3d981fd38594cd6be8a33c6a32f7e5bfb68..e7b04fd83c31043a3ef87389bb89ffa078f9eadc 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1372,6 +1372,9 @@ const char kAshWebUIInit[] = "ash-webui-init";
|
| // Disables wallpaper boot animation (except of OOBE case).
|
| const char kDisableBootAnimation[] = "disable-boot-animation";
|
|
|
| +// Disables reset the device to its factory state in design.
|
| +const char kDisableFactoryReset[] = "disable-factory-reset";
|
| +
|
| // Disables gdata content provider.
|
| const char kDisableGData[] = "disable-gdata";
|
|
|
|
|