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

Unified Diff: remoting/protocol/negotiating_authenticator_unittest.cc

Issue 12475020: Client plugin changes to support third party authentication. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: extraneous override Created 7 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/protocol/negotiating_authenticator_unittest.cc
diff --git a/remoting/protocol/negotiating_authenticator_unittest.cc b/remoting/protocol/negotiating_authenticator_unittest.cc
index 1a6e93f41c537e26e582c1789acbc859201ef5af..b3ba758eea12187ae43e32379191f7cf39ee8b0a 100644
--- a/remoting/protocol/negotiating_authenticator_unittest.cc
+++ b/remoting/protocol/negotiating_authenticator_unittest.cc
@@ -61,7 +61,8 @@ class NegotiatingAuthenticatorTest : public AuthenticatorTestBase {
}
client_.reset(new NegotiatingClientAuthenticator(
kTestHostId, base::Bind(&NegotiatingAuthenticatorTest::FetchSecret,
- client_secret), methods));
+ client_secret),
+ scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher>(), methods));
}
static void FetchSecret(
« no previous file with comments | « remoting/client/plugin/pepper_token_fetcher.cc ('k') | remoting/protocol/negotiating_client_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698