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

Unified Diff: remoting/host/setup/me2me_native_messaging_host_main.cc

Issue 1099553003: Added unit tests for getCredentialsFromAuthCode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/host/setup/me2me_native_messaging_host_main.cc
diff --git a/remoting/host/setup/me2me_native_messaging_host_main.cc b/remoting/host/setup/me2me_native_messaging_host_main.cc
index 87aec466b5804a3b01c67c068bfc109e0dbce877..8b920fe64f5683e0bbbc056d63d31f1d46949ff9 100644
--- a/remoting/host/setup/me2me_native_messaging_host_main.cc
+++ b/remoting/host/setup/me2me_native_messaging_host_main.cc
@@ -197,7 +197,7 @@ int StartMe2MeNativeMessagingHost() {
new URLRequestContextGetter(io_thread.task_runner(),
file_thread.task_runner()));
scoped_ptr<OAuthClient> oauth_client(
- new OAuthClient(url_request_context_getter));
+ new GaiaOAuthClient(url_request_context_getter));
net::URLFetcher::SetIgnoreCertificateRequests(true);
« no previous file with comments | « no previous file | remoting/host/setup/me2me_native_messaging_host_unittest.cc » ('j') | remoting/host/setup/mock_oauth_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698