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

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

Issue 6537020: Update policy backend and testserver for the newest policy protocol (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 5 Created 9 years, 10 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/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_;

Powered by Google App Engine
This is Rietveld 408576698