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

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: Some cleanup. 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..ea4624cd682d49a35bc0b558443de8055ce1201d 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.h
+++ b/chrome/browser/policy/configuration_policy_pref_store.h
@@ -17,8 +17,6 @@
#include "chrome/browser/policy/configuration_policy_store_interface.h"
#include "chrome/common/pref_store.h"
-class Profile;
-
namespace policy {
class ConfigurationPolicyPrefKeeper;
@@ -49,8 +47,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 +55,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