Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4275)

Unified Diff: chrome/common/chrome_switches.cc

Issue 10928088: Factory reset screen is added (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698