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

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

Issue 7785032: Revert 98987 - 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
« no previous file with comments | « chrome/browser/policy/mock_device_management_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/mock_device_management_service.cc
===================================================================
--- chrome/browser/policy/mock_device_management_service.cc (revision 98988)
+++ chrome/browser/policy/mock_device_management_service.cc (working copy)
@@ -30,15 +30,13 @@
backend_->ProcessUnregisterRequest(device_management_token, device_id,
request, delegate);
}
-
void ProxyDeviceManagementBackend::ProcessPolicyRequest(
const std::string& device_management_token,
const std::string& device_id,
- CloudPolicyDataStore::UserAffiliation affiliation,
const em::DevicePolicyRequest& request,
DevicePolicyResponseDelegate* delegate) {
backend_->ProcessPolicyRequest(device_management_token, device_id,
- affiliation, request, delegate);
+ request, delegate);
}
MockDeviceManagementService::MockDeviceManagementService()
« no previous file with comments | « chrome/browser/policy/mock_device_management_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698