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

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

Issue 266553002: Add TrackedPreferenceValidationDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r272759 Created 6 years, 7 months 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/chrome_pref_service_factory.h
diff --git a/chrome/browser/prefs/chrome_pref_service_factory.h b/chrome/browser/prefs/chrome_pref_service_factory.h
index 54f84bc1bd4279965f2fe77385e61cceee72d6fa..44db190712810690cfe9cc7460fb936fd933dae8 100644
--- a/chrome/browser/prefs/chrome_pref_service_factory.h
+++ b/chrome/browser/prefs/chrome_pref_service_factory.h
@@ -31,6 +31,7 @@ class PrefService;
class PrefServiceSyncable;
class PrefStore;
class Profile;
+class TrackedPreferenceValidationDelegate;
namespace chrome_prefs {
@@ -70,6 +71,7 @@ scoped_ptr<PrefService> CreateLocalState(
scoped_ptr<PrefServiceSyncable> CreateProfilePrefs(
const base::FilePath& pref_filename,
base::SequencedTaskRunner* pref_io_task_runner,
+ TrackedPreferenceValidationDelegate* validation_delegate,
policy::PolicyService* policy_service,
ManagedUserSettingsService* managed_user_settings,
const scoped_refptr<PrefStore>& extension_prefs,
« no previous file with comments | « no previous file | chrome/browser/prefs/chrome_pref_service_factory.cc » ('j') | chrome/browser/prefs/mock_validation_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698