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

Unified Diff: remoting/webapp/crd/js/xhr_proxy.js

Issue 983023002: [Chromoting] Use compact notation for javascript @private types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/webapp/crd/js/window_frame.js ('k') | remoting/webapp/crd/js/xmpp_connection.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/xhr_proxy.js
diff --git a/remoting/webapp/crd/js/xhr_proxy.js b/remoting/webapp/crd/js/xhr_proxy.js
index c2cadb560285e6e3368abb1b1d2654e414011bfd..2db076dc92f0cc88c17822ba48b338b494091f61 100644
--- a/remoting/webapp/crd/js/xhr_proxy.js
+++ b/remoting/webapp/crd/js/xhr_proxy.js
@@ -28,16 +28,11 @@ var remoting = remoting || {};
* @extends {XMLHttpRequest}
*/
remoting.XMLHttpRequestProxy = function() {
- /**
- * @type {{headers: Object}}
- */
+ /** @type {{headers: Object}} */
this.sandbox_ipc = {
headers: {}
};
- /**
- * @type {number}
- * @private
- */
+ /** @private {number} */
this.xhr_id_ = -1;
};
« no previous file with comments | « remoting/webapp/crd/js/window_frame.js ('k') | remoting/webapp/crd/js/xmpp_connection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698