Index: chrome/browser/policy/cloud_policy_subsystem.h |
diff --git a/chrome/browser/policy/cloud_policy_subsystem.h b/chrome/browser/policy/cloud_policy_subsystem.h |
index f15142b73f2580f99d9f0f0f1e68eaf6dae62795..1204b2957107da5b6bfe4f02588f6b8d8163a543 100644 |
--- a/chrome/browser/policy/cloud_policy_subsystem.h |
+++ b/chrome/browser/policy/cloud_policy_subsystem.h |
@@ -80,7 +80,7 @@ class CloudPolicySubsystem |
virtual void OnIPAddressChanged() OVERRIDE; |
// Initializes the subsystem. |
- void Initialize(PrefService* prefs, |
+ void Initialize(const char* policy_refresh_name, |
Mattias Nissler (ping if slow)
2011/05/13 09:45:03
it's not a policy name but a pref name.
sfeuz
2011/05/17 14:27:42
Done.
|
net::URLRequestContextGetter* request_context); |
// Shuts the subsystem down. This must be called before threading and network |
@@ -115,9 +115,6 @@ class CloudPolicySubsystem |
const NotificationSource& source, |
const NotificationDetails& details); |
- // The pref service that controls the refresh rate. |
- PrefService* prefs_; |
- |
// Tracks the pref value for the policy refresh rate. |
IntegerPrefMember policy_refresh_rate_; |