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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator.h

Issue 2487553002: Moving new First Run to use per-profile value, rather than simply checking IsChromeFirstRun. (Closed)
Patch Set: Lint Created 4 years, 1 month 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/ui/startup/startup_browser_creator.h
diff --git a/chrome/browser/ui/startup/startup_browser_creator.h b/chrome/browser/ui/startup/startup_browser_creator.h
index 7de612f031f3446d1c57dba4ade603af5bf9af3b..ece785c811d065d732f69a3e878b9fbc3b39822c 100644
--- a/chrome/browser/ui/startup/startup_browser_creator.h
+++ b/chrome/browser/ui/startup/startup_browser_creator.h
@@ -103,6 +103,7 @@ class StartupBrowserCreator {
static void ClearLaunchedProfilesForTesting();
static void RegisterLocalStatePrefs(PrefRegistrySimple* registry);
+ static void RegisterProfilePrefs(PrefRegistrySimple* registry);
private:
friend class CloudPrintProxyPolicyTest;

Powered by Google App Engine
This is Rietveld 408576698