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

Unified Diff: chrome/browser/ui/startup/autolaunch_prompt.cc

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review. 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/ui/startup/autolaunch_prompt.cc
diff --git a/chrome/browser/ui/startup/autolaunch_prompt.cc b/chrome/browser/ui/startup/autolaunch_prompt.cc
index 5584998f5cbb42298e76beb3a61214db73600e45..086e993c5265d492518dd5f6aae57d907a680628 100644
--- a/chrome/browser/ui/startup/autolaunch_prompt.cc
+++ b/chrome/browser/ui/startup/autolaunch_prompt.cc
@@ -11,7 +11,7 @@ bool ShowAutolaunchPrompt(Browser* browser) {
return false;
}
-void RegisterAutolaunchPrefs(PrefService* prefs) {
+void RegisterAutolaunchPrefs(PrefServiceSyncable* prefs) {
// Autolaunch is only implemented on Windows right now.
}

Powered by Google App Engine
This is Rietveld 408576698