| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a968fe5b2de1b77ec5d317dcfbbecec68c1c1a3f..4ff46e73d8393aa2dc22218c31f67c9ec40d34a9 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1377,6 +1377,9 @@ const char kDisableLoginAnimations[] = "disable-login-animations";
|
| // Disables new OOBE/sign in design.
|
| const char kDisableNewOobe[] = "disable-new-oobe";
|
|
|
| +// Disables reset the device to its factory state in design.
|
| +const char kDisableFactoryReset[] = "disable-factory-reset";
|
| +
|
| // Disables the new wallpaper picker UI.
|
| const char kDisableNewWallpaperUI[] = "disable-new-wallpaper-picker-ui";
|
|
|
|
|