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

Unified Diff: chrome/browser/policy/configuration_policy_pref_store.h

Issue 6979011: Move user cloud policy to BrowserProcess. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments by mnissler. Added unittest. 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/policy/configuration_policy_pref_store.h
diff --git a/chrome/browser/policy/configuration_policy_pref_store.h b/chrome/browser/policy/configuration_policy_pref_store.h
index 784a7ec8eab9a1f97eb3ee7e89a9a5c760c42da0..4c0e88ffdf6a324dfaf5222dca4693c71f2bdce8 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.h
+++ b/chrome/browser/policy/configuration_policy_pref_store.h
@@ -49,8 +49,7 @@ class ConfigurationPolicyPrefStore
static ConfigurationPolicyPrefStore* CreateManagedPlatformPolicyPrefStore();
// Creates a ConfigurationPolicyPrefStore that reads managed cloud policy.
- static ConfigurationPolicyPrefStore* CreateManagedCloudPolicyPrefStore(
- Profile* profile);
+ static ConfigurationPolicyPrefStore* CreateManagedCloudPolicyPrefStore();
// Creates a ConfigurationPolicyPrefStore that reads recommended platform
// policy.
@@ -58,8 +57,7 @@ class ConfigurationPolicyPrefStore
CreateRecommendedPlatformPolicyPrefStore();
// Creates a ConfigurationPolicyPrefStore that reads recommended cloud policy.
- static ConfigurationPolicyPrefStore* CreateRecommendedCloudPolicyPrefStore(
- Profile* profile);
+ static ConfigurationPolicyPrefStore* CreateRecommendedCloudPolicyPrefStore();
// Returns the default policy definition list for Chrome.
static const ConfigurationPolicyProvider::PolicyDefinitionList*

Powered by Google App Engine
This is Rietveld 408576698