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

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

Issue 1226643002: Welcome page changes for Windows 10 and over. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplified recording of welcome run complete Created 5 years, 5 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/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 0bec474e623a5752f6f73a771c5012f902ec0fe6..3ace91f511bafa1979f41660970ba677019aef30 100644
--- a/chrome/browser/ui/startup/startup_browser_creator.h
+++ b/chrome/browser/ui/startup/startup_browser_creator.h
@@ -19,6 +19,7 @@
class Browser;
class GURL;
+class PrefRegistrySimple;
class PrefService;
namespace base {
@@ -100,6 +101,8 @@ class StartupBrowserCreator {
// For faking that no profiles have been launched yet.
static void ClearLaunchedProfilesForTesting();
+ static void RegisterLocalStatePrefs(PrefRegistrySimple* registry);
+
private:
friend class CloudPrintProxyPolicyTest;
friend class CloudPrintProxyPolicyStartupTest;

Powered by Google App Engine
This is Rietveld 408576698