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

Unified Diff: remoting/client/plugin/chromoting_scriptable_object.h

Issue 7008003: Wire in OAuth2 support into non-sandboxed connections in libjingle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright + rebase Created 9 years, 7 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
« no previous file with comments | « remoting/client/client_util.cc ('k') | remoting/client/plugin/chromoting_scriptable_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_scriptable_object.h
diff --git a/remoting/client/plugin/chromoting_scriptable_object.h b/remoting/client/plugin/chromoting_scriptable_object.h
index 44a3b6515f3c4f17a46316e928d1fd90951c7cc0..5b9c3975ee9e7e5eec6f72563b7b659aa2c81634 100644
--- a/remoting/client/plugin/chromoting_scriptable_object.h
+++ b/remoting/client/plugin/chromoting_scriptable_object.h
@@ -85,7 +85,10 @@
// //
// // When using the sandboxed versions, sendIq must be set and responses to
// // calls on sendIq must be piped back into onIq().
-// void connect(string host_jid, string client_jid,
+// //
+// // Note that auth_token_with_service should be specified as
+// // "auth_service:auth_token". For example, "oauth2:5/aBd123".
+// void connect(string host_jid, string auth_token_with_service,
// optional string access_code);
// // Non-sandboxed version used for debugging/testing.
// // TODO(garykac): Remove this version once we no longer need it.
« no previous file with comments | « remoting/client/client_util.cc ('k') | remoting/client/plugin/chromoting_scriptable_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698