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

Unified Diff: chrome/browser/chromeos/login/startup_utils.h

Issue 1308833004: Show Goodies page to new Chromebook users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 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"
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();

Powered by Google App Engine
This is Rietveld 408576698