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

Unified Diff: components/policy/core/common/cloud/mock_cloud_policy_client.cc

Issue 2537643003: Drop verification_key_hash from CloudPolicyClient constructor (Closed)
Patch Set: Fix CrOS compilation Created 4 years, 1 month 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: components/policy/core/common/cloud/mock_cloud_policy_client.cc
diff --git a/components/policy/core/common/cloud/mock_cloud_policy_client.cc b/components/policy/core/common/cloud/mock_cloud_policy_client.cc
index c3bdef223724144e47cc069360b5a8f4fe29bf0b..c1b4696f3fe60d218b41da6fe31c79f93b8f74f5 100644
--- a/components/policy/core/common/cloud/mock_cloud_policy_client.cc
+++ b/components/policy/core/common/cloud/mock_cloud_policy_client.cc
@@ -16,7 +16,6 @@ namespace policy {
MockCloudPolicyClient::MockCloudPolicyClient()
: CloudPolicyClient(std::string(),
emaxx 2016/11/29 14:24:58 nit: I understand that this is the old and testing
Thiemo Nagel 2016/11/29 15:16:38 Done.
std::string(),
- std::string(),
nullptr,
nullptr,
nullptr) {}

Powered by Google App Engine
This is Rietveld 408576698