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

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: Only save main OOBE pages to resume. 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..30516c1e735852d7e41a0cae9d19d23589010590 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 kOobeScreenPending[];
extern const char kDeviceRegistered[];
extern const char kUsedPolicyCertificates[];
extern const char kServerBackedDeviceState[];

Powered by Google App Engine
This is Rietveld 408576698