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

Unified Diff: remoting/webapp/js_proto/remoting_proto.js

Issue 163953011: [Chromoting] Update jscompile target to use JS files from gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update gyp file (wcs sandbox) Created 6 years, 10 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/tools/jscompile.py ('k') | remoting/webapp/wcs_iq_client_proto.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/js_proto/remoting_proto.js
diff --git a/remoting/webapp/js_proto/remoting_proto.js b/remoting/webapp/js_proto/remoting_proto.js
index a1092c5e227b6a97582be3b9e80fe952b5cf463a..52252e1cb209697660799fdd8078d1a460d30844 100644
--- a/remoting/webapp/js_proto/remoting_proto.js
+++ b/remoting/webapp/js_proto/remoting_proto.js
@@ -163,3 +163,24 @@ remoting.ViewerPlugin = function() { };
/** @param {string} message The message to send to the host. */
remoting.ViewerPlugin.prototype.postMessage = function(message) {};
+
+
+/** @constructor
+ */
+remoting.WcsIqClient = function() {};
+
+/** @param {function(Array.<string>): void} onMsg The function called when a
+ * message is received.
+ * @return {void} Nothing. */
+remoting.WcsIqClient.prototype.setOnMessage = function(onMsg) {};
+
+/** @return {void} Nothing. */
+remoting.WcsIqClient.prototype.connectChannel = function() {};
+
+/** @param {string} stanza An IQ stanza.
+ * @return {void} Nothing. */
+remoting.WcsIqClient.prototype.sendIq = function(stanza) {};
+
+/** @param {string} token An OAuth2 access token.
+ * @return {void} Nothing. */
+remoting.WcsIqClient.prototype.updateAccessToken = function(token) {};
« no previous file with comments | « remoting/tools/jscompile.py ('k') | remoting/webapp/wcs_iq_client_proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698