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

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: 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/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..1398c14304c005a897b6ca94724b8c551b4f0d4f 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 RegisterUserPrefs(PrefServiceSyncable* pref_service);
protected:
// Used to delay updating the blacklist while the preferences are
« no previous file with comments | « chrome/browser/policy/policy_statistics_collector_unittest.cc ('k') | chrome/browser/policy/url_blacklist_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698