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

Unified Diff: remoting/test/protocol_perftest.cc

Issue 2682473003: Add support for multiple allowed domains (Closed)
Patch Set: Rebase patch Created 3 years, 8 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: remoting/test/protocol_perftest.cc
diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
index 202b4e30e038c33e065922f837b1fa6bab806eb9..629ce8cc0819fd39ad17ba25eed557c09e1357d6 100644
--- a/remoting/test/protocol_perftest.cc
+++ b/remoting/test/protocol_perftest.cc
@@ -311,7 +311,8 @@ class ProtocolPerfTest
protocol::GetSharedSecretHash(kHostId, kHostPin);
std::unique_ptr<protocol::AuthenticatorFactory> auth_factory =
protocol::Me2MeHostAuthenticatorFactory::CreateWithPin(
- true, kHostOwner, host_cert, key_pair, "", host_pin_hash, nullptr);
+ true, kHostOwner, host_cert, key_pair, std::vector<std::string>(),
+ host_pin_hash, nullptr);
host_->SetAuthenticatorFactory(std::move(auth_factory));
host_->AddStatusObserver(this);

Powered by Google App Engine
This is Rietveld 408576698