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

Unified Diff: chrome/browser/policy/cloud/mock_cloud_policy_client.h

Issue 14843009: Wire the device requisition parameter for enterprise enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mock Created 7 years, 7 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/mock_cloud_policy_client.h
diff --git a/chrome/browser/policy/cloud/mock_cloud_policy_client.h b/chrome/browser/policy/cloud/mock_cloud_policy_client.h
index c5a9c8aeb8fc8a2896ae1fc67fe495ec921f7423..e19e4f98bc799310ab1996d84c9c1df8ff464e23 100644
--- a/chrome/browser/policy/cloud/mock_cloud_policy_client.h
+++ b/chrome/browser/policy/cloud/mock_cloud_policy_client.h
@@ -20,11 +20,9 @@ class MockCloudPolicyClient : public CloudPolicyClient {
virtual ~MockCloudPolicyClient();
MOCK_METHOD2(SetupRegistration, void(const std::string&, const std::string&));
- MOCK_METHOD4(Register, void(
+ MOCK_METHOD5(Register, void(
enterprise_management::DeviceRegisterRequest::Type type,
- const std::string&,
- const std::string&,
- bool));
+ const std::string&, const std::string&, bool, const std::string&));
MOCK_METHOD0(FetchPolicy, void(void));
MOCK_METHOD0(Unregister, void(void));
MOCK_METHOD2(UploadCertificate,

Powered by Google App Engine
This is Rietveld 408576698