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

Unified Diff: chrome/browser/chromeos/login/startup_utils.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/browser/chromeos/login/startup_utils.h
diff --git a/chrome/browser/chromeos/login/startup_utils.h b/chrome/browser/chromeos/login/startup_utils.h
index f87ce4f05a80b09de1acf885878edb46c13fcf04..4c6619944a111603171f1ce6fcc797e7eae2804c 100644
--- a/chrome/browser/chromeos/login/startup_utils.h
+++ b/chrome/browser/chromeos/login/startup_utils.h
@@ -27,6 +27,9 @@ class StartupUtils {
// Marks OOBE process as completed.
static void MarkOobeCompleted();
+ // Stores the next pending OOBE stage in case it will need to be resumed.
+ static void SaveOobePendingStage(const std::string& stage);
+
// Returns device registration completion status, i.e. second part of OOBE.
static bool IsDeviceRegistered();
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/startup_utils.cc » ('j') | chrome/browser/chromeos/login/wizard_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698