diff options
author | gfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 23:01:35 +0000 |
---|---|---|
committer | gfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 23:01:35 +0000 |
commit | f38374f3cd28322208f71094ace8162299b0380d (patch) | |
tree | 0281324f99fab58bcbe109674044b0fb3334e6a4 /chrome/browser/policy/cloud_policy_controller.h | |
parent | 9100ab1858c6ac0ab8334215f9c13ec65dca7be4 (diff) | |
download | chromium_src-f38374f3cd28322208f71094ace8162299b0380d.zip chromium_src-f38374f3cd28322208f71094ace8162299b0380d.tar.gz chromium_src-f38374f3cd28322208f71094ace8162299b0380d.tar.bz2 |
Update policy backend and testserver for the latest policy protocol
BUG=chromium-os:11253, chromium-os:11254, chromium-os:11255
TEST=DeviceManagementServiceIntegrationTest.WithTestServer
Review URL: http://codereview.chromium.org/6537020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76455 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/policy/cloud_policy_controller.h')
-rw-r--r-- | chrome/browser/policy/cloud_policy_controller.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/policy/cloud_policy_controller.h b/chrome/browser/policy/cloud_policy_controller.h index 3375981..42bb1eb 100644 --- a/chrome/browser/policy/cloud_policy_controller.h +++ b/chrome/browser/policy/cloud_policy_controller.h @@ -47,8 +47,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: @@ -119,7 +117,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_; |