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

Unified Diff: remoting/host/setup/me2me_native_messaging_host.h

Issue 1076093003: Added method to host daemon to exchange an auth code for just an OAuth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added TODO 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.h
diff --git a/remoting/host/setup/me2me_native_messaging_host.h b/remoting/host/setup/me2me_native_messaging_host.h
index e1ddaed1a9b4a7ca967e8e9683bbe7b4cdf38cec..599972668ef875032227d6884f43fd9f3159f158 100644
--- a/remoting/host/setup/me2me_native_messaging_host.h
+++ b/remoting/host/setup/me2me_native_messaging_host.h
@@ -100,7 +100,8 @@ class Me2MeNativeMessagingHost
scoped_ptr<base::DictionaryValue> response);
void ProcessGetCredentialsFromAuthCode(
scoped_ptr<base::DictionaryValue> message,
- scoped_ptr<base::DictionaryValue> response);
+ scoped_ptr<base::DictionaryValue> response,
+ bool need_user_email);
// These Send... methods get called on the DaemonController's internal thread,
// or on the calling thread if called by the PairingRegistry.
« no previous file with comments | « no previous file | remoting/host/setup/me2me_native_messaging_host.cc » ('j') | remoting/host/setup/me2me_native_messaging_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698