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. |