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

Unified Diff: chrome/browser/policy/url_blacklist_manager.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/policy/url_blacklist_manager.h
diff --git a/chrome/browser/policy/url_blacklist_manager.h b/chrome/browser/policy/url_blacklist_manager.h
index b2f6f83f8b24fd6079ee64a09b6bae89a61a4394..55e13ce185b800734dd71694ae72393db1804411 100644
--- a/chrome/browser/policy/url_blacklist_manager.h
+++ b/chrome/browser/policy/url_blacklist_manager.h
@@ -19,6 +19,7 @@
class GURL;
class PrefService;
+class PrefServiceSyncable;
namespace base {
class ListValue;
@@ -130,7 +131,7 @@ class URLBlacklistManager {
virtual void SetBlacklist(scoped_ptr<URLBlacklist> blacklist);
// Registers the preferences related to blacklisting in the given PrefService.
- static void RegisterPrefs(PrefService* pref_service);
+ static void RegisterPrefs(PrefServiceSyncable* pref_service);
protected:
// Used to delay updating the blacklist while the preferences are

Powered by Google App Engine
This is Rietveld 408576698