Index: chrome/browser/policy/cloud_policy_controller.h |
diff --git a/chrome/browser/policy/cloud_policy_controller.h b/chrome/browser/policy/cloud_policy_controller.h |
index 332d83da4a91722975eec6d3e179714b74fa7cb7..d86e520c3bb235a352edcf88a5399c590d5837ed 100644 |
--- a/chrome/browser/policy/cloud_policy_controller.h |
+++ b/chrome/browser/policy/cloud_policy_controller.h |
@@ -53,8 +53,6 @@ class CloudPolicyController |
// DevicePolicyResponseDelegate implementation: |
virtual void HandlePolicyResponse( |
const em::DevicePolicyResponse& response); |
- virtual void HandleCloudPolicyResponse( |
- const em::CloudPolicyResponse& response); |
virtual void OnError(DeviceManagementBackend::ErrorCode code); |
// DeviceTokenFetcher::Observer implementation: |
@@ -125,7 +123,6 @@ class CloudPolicyController |
DeviceTokenFetcher* token_fetcher_; |
ControllerState state_; |
bool initial_fetch_done_; |
- bool fallback_to_old_protocol_; |
int64 policy_refresh_rate_ms_; |
int policy_refresh_deviation_factor_percent_; |