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