Chromium Code Reviews| 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(); |