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

Unified Diff: chrome/browser/prefs/pref_service.cc

Issue 6979011: Move user cloud policy to BrowserProcess. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/pref_service.cc
diff --git a/chrome/browser/prefs/pref_service.cc b/chrome/browser/prefs/pref_service.cc
index 5614bbfbe209539797df55887342d5fa9b3b3faf..1f68b757d87756ba196394ac6e5ded094e73ccc2 100644
--- a/chrome/browser/prefs/pref_service.cc
+++ b/chrome/browser/prefs/pref_service.cc
@@ -141,8 +141,7 @@ PrefService* PrefService::CreatePrefService(const FilePath& pref_filename,
ConfigurationPolicyPrefStore* recommended_platform =
ConfigurationPolicyPrefStore::CreateRecommendedPlatformPolicyPrefStore();
ConfigurationPolicyPrefStore* recommended_cloud =
- ConfigurationPolicyPrefStore::CreateRecommendedCloudPolicyPrefStore(
- profile);
+ ConfigurationPolicyPrefStore::CreateRecommendedCloudPolicyPrefStore();
DefaultPrefStore* default_pref_store = new DefaultPrefStore();
return new PrefService(

Powered by Google App Engine
This is Rietveld 408576698