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

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: s/stage/screen/g 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..ee4745596b2f42f0df98be272b2946f9485ce574 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.
Mattias Nissler (ping if slow) 2014/05/15 09:30:25 s/stage/screen/
pastarmovj 2014/05/19 14:12:27 Done.
+ static void SaveOobePendingScreen(const std::string& screen);
+
// 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