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

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

Issue 7810025: Pass user_affiliation request parameter on user cloud policy requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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.cc
diff --git a/chrome/browser/policy/cloud_policy_controller.cc b/chrome/browser/policy/cloud_policy_controller.cc
index 996d3d1e537cb7dd7e64b93fa1d6bd0fbece9fcb..37659c0f501680c56dd17cbce1d23ac66189ac3f 100644
--- a/chrome/browser/policy/cloud_policy_controller.cc
+++ b/chrome/browser/policy/cloud_policy_controller.cc
@@ -257,6 +257,7 @@ void CloudPolicyController::SendPolicyRequest() {
backend_->ProcessPolicyRequest(data_store_->device_token(),
data_store_->device_id(),
+ data_store_->user_affiliation(),
policy_request, this);
}

Powered by Google App Engine
This is Rietveld 408576698