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

Unified Diff: chrome/common/pref_names.h

Issue 275913004: Add a pref to track progress of OOBE and resume if needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the logic when to skip resuming. Created 6 years, 7 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/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 14cd0a2c294d080dd7fee10e0a51f393315d69c1..211fca0750329446890c8978ecb7dca376171949 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -717,6 +717,7 @@ extern const char kEchoCheckedOffers[];
extern const char kCachedMultiProfileUserBehavior[];
extern const char kInitialLocale[];
extern const char kOobeComplete[];
+extern const char kOobeStagePending[];
extern const char kDeviceRegistered[];
extern const char kUsedPolicyCertificates[];
extern const char kServerBackedDeviceState[];

Powered by Google App Engine
This is Rietveld 408576698