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

Unified Diff: chrome/browser/prefs/session_startup_pref.h

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again, previous had unrelated broken win_rel test. Created 8 years 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/prefs/session_startup_pref.h
diff --git a/chrome/browser/prefs/session_startup_pref.h b/chrome/browser/prefs/session_startup_pref.h
index 878b3f3ddbd9e00b68e15214a24d7b919211ede7..9eae865af7150becc725e6be843adb2934f3a370 100644
--- a/chrome/browser/prefs/session_startup_pref.h
+++ b/chrome/browser/prefs/session_startup_pref.h
@@ -10,6 +10,7 @@
#include "googleurl/src/gurl.h"
class PrefService;
+class PrefServiceSyncable;
class Profile;
// StartupPref specifies what should happen at startup for a specified profile.
@@ -40,7 +41,7 @@ struct SessionStartupPref {
static const int kPrefValueURLs = 4;
static const int kPrefValueNewTab = 5;
- static void RegisterUserPrefs(PrefService* prefs);
+ static void RegisterUserPrefs(PrefServiceSyncable* prefs);
// Returns the default value for |type|.
static Type GetDefaultStartupType();
« no previous file with comments | « chrome/browser/prefs/scoped_user_pref_update_unittest.cc ('k') | chrome/browser/prefs/session_startup_pref.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698