summaryrefslogtreecommitdiffstats
path: root/remoting/test
diff options
context:
space:
mode:
authorjamiewalch <jamiewalch@chromium.org>2016-02-08 15:20:12 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-08 23:21:23 +0000
commitb438fb9de872ad33026f13d0d709461ca91b100a (patch)
treeca8f9a4dcdf07e6dbb9cf72ebc52ad6c1bd78aa2 /remoting/test
parenteb17ae163b2ba4a2a67cd88a25b349249ed63f71 (diff)
downloadchromium_src-b438fb9de872ad33026f13d0d709461ca91b100a.zip
chromium_src-b438fb9de872ad33026f13d0d709461ca91b100a.tar.gz
chromium_src-b438fb9de872ad33026f13d0d709461ca91b100a.tar.bz2
Add policy to restrict client domain for Me2Me.
BUG=b/19316131 Review URL: https://codereview.chromium.org/1643793002 Cr-Commit-Position: refs/heads/master@{#374209}
Diffstat (limited to 'remoting/test')
-rw-r--r--remoting/test/protocol_perftest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
index 3695b75..3d09b8c 100644
--- a/remoting/test/protocol_perftest.cc
+++ b/remoting/test/protocol_perftest.cc
@@ -353,7 +353,7 @@ class ProtocolPerfTest
host_secret.value = "123456";
scoped_ptr<protocol::AuthenticatorFactory> auth_factory =
protocol::Me2MeHostAuthenticatorFactory::CreateWithSharedSecret(
- true, kHostOwner, host_cert, key_pair, host_secret, nullptr);
+ true, kHostOwner, host_cert, key_pair, "", host_secret, nullptr);
host_->SetAuthenticatorFactory(std::move(auth_factory));
host_->AddStatusObserver(this);