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

Unified Diff: remoting/webapp/crd/js/desktop_remoting.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/desktop_connected_view.js ('k') | remoting/webapp/crd/js/dns_blackhole_checker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/desktop_remoting.js
diff --git a/remoting/webapp/crd/js/desktop_remoting.js b/remoting/webapp/crd/js/desktop_remoting.js
index 01da99bd9d099aa2799bb9986b411c2799246919..22b69a0e07acde47bf7894ac39646d529027ee93 100644
--- a/remoting/webapp/crd/js/desktop_remoting.js
+++ b/remoting/webapp/crd/js/desktop_remoting.js
@@ -24,8 +24,7 @@ remoting.DesktopRemoting = function(app) {
* needed to get the current mode when reporting errors. So we should be
* able to refactor and remove this reference cycle.
*
- * @type {remoting.Application}
- * @private
+ * @private {remoting.Application}
*/
this.app_ = app;
app.setDelegate(this);
@@ -34,8 +33,7 @@ remoting.DesktopRemoting = function(app) {
* Whether to refresh the JID and retry the connection if the current JID
* is offline.
*
- * @type {boolean}
- * @private
+ * @private {boolean}
*/
this.refreshHostJidIfOffline_ = true;
};
« no previous file with comments | « remoting/webapp/crd/js/desktop_connected_view.js ('k') | remoting/webapp/crd/js/dns_blackhole_checker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698