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

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: 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
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 9c8545b48065cbf4d042dac2436d1e8482bbf791..65bde0b3ada55a4ff38ff4c88ce30e1e42a74fae 100644
--- a/remoting/client/plugin/chromoting_scriptable_object.h
+++ b/remoting/client/plugin/chromoting_scriptable_object.h
@@ -76,7 +76,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
+// // "serivce:token". For example, "oauth2:5/aBd123".
Wez 2011/05/25 03:57:46 Typo: serivce.
awong 2011/05/25 16:56:56 Done.
+// 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.

Powered by Google App Engine
This is Rietveld 408576698