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

Unified Diff: components/policy/core/common/remote_commands/remote_commands_service_unittest.cc

Issue 2261763002: Device enterprise registration with a certificate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize pointers to nullptr. Created 4 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: 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 9d945ad81a160273af6eef19907c6e2f027fc0da..68916ec9198cec332b58447145752c5790d912e7 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
@@ -86,7 +86,8 @@ class TestingCloudPolicyClientForRemoteCommands : public CloudPolicyClient {
std::string(), /* machine_model */
std::string(), /* verification_key_hash */
nullptr,
- nullptr),
+ nullptr,
+ nullptr /* signing_service */),
server_(server) {
dm_token_ = kDMToken;
}

Powered by Google App Engine
This is Rietveld 408576698