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

Unified Diff: components/policy/core/common/remote_commands/remote_commands_service_unittest.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/remote_commands/remote_commands_service_unittest.cc
diff --git a/components/policy/core/common/remote_commands/remote_commands_service_unittest.cc b/components/policy/core/common/remote_commands/remote_commands_service_unittest.cc
index 97fdc95fada2661b790fbbc8abd772ed9fa10200..8ad42ce62a692b0d6d95f563c1f5eab411947580 100644
--- a/components/policy/core/common/remote_commands/remote_commands_service_unittest.cc
+++ b/components/policy/core/common/remote_commands/remote_commands_service_unittest.cc
@@ -84,7 +84,6 @@ class TestingCloudPolicyClientForRemoteCommands : public CloudPolicyClient {
TestingRemoteCommandsServer* server)
: CloudPolicyClient(std::string(), /* machine_id */
std::string(), /* machine_model */
- std::string(), /* verification_key_hash */
nullptr,
emaxx 2016/11/29 14:24:58 nit: IMHO, same as above (regarding commenting the
Thiemo Nagel 2016/11/29 15:16:38 Done.
nullptr,
nullptr /* signing_service */),

Powered by Google App Engine
This is Rietveld 408576698