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

Unified Diff: chrome/browser/intents/web_intents_util.h

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/intents/web_intents_util.h
diff --git a/chrome/browser/intents/web_intents_util.h b/chrome/browser/intents/web_intents_util.h
index 7d4ade7a3689447fe502cb581805f39b417914eb..e53286d05822a6e9b4a6c7f64129172d885edc77 100644
--- a/chrome/browser/intents/web_intents_util.h
+++ b/chrome/browser/intents/web_intents_util.h
@@ -10,6 +10,7 @@
class Browser;
class Profile;
class PrefService;
+class PrefServiceSyncable;
namespace web_intents {
@@ -37,7 +38,7 @@ extern const char kQuickOfficeViewerServiceURL[];
extern const char kQuickOfficeViewerDevServiceURL[];
// Registers the preferences related to Web Intents.
-void RegisterUserPrefs(PrefService* user_prefs);
+void RegisterUserPrefs(PrefServiceSyncable* user_prefs);
// Returns true if WebIntents are enabled in preferences.
bool IsWebIntentsEnabled(PrefService* prefs);

Powered by Google App Engine
This is Rietveld 408576698