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 637c23e8bd517f6183c73c7c1f53b9fb324eb882..c642da3b96fa59d837e81a3b83498445d34bf12e 100644 |
--- a/chrome/browser/chromeos/login/startup_utils.h |
+++ b/chrome/browser/chromeos/login/startup_utils.h |
@@ -8,6 +8,7 @@ |
#include <string> |
#include "base/callback.h" |
+#include "base/files/file_util.h" |
achuithb
2015/09/16 03:40:29
file_path.h?
Greg Levin
2015/09/16 16:55:13
Done.
|
class PrefRegistrySimple; |
@@ -32,6 +33,9 @@ class StartupUtils { |
// Stores the next pending OOBE screen in case it will need to be resumed. |
static void SaveOobePendingScreen(const std::string& screen); |
+ // Path to flag file indicating oobe completion. |
+ static base::FilePath GetOobeCompleteFlagPath(); |
+ |
// Returns device registration completion status, i.e. second part of OOBE. |
static bool IsDeviceRegistered(); |