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

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

Issue 803653004: Update Chromoting to use /third_party/closure_compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: remoting/webapp/crd/js/smart_reconnector.js
diff --git a/remoting/webapp/crd/js/smart_reconnector.js b/remoting/webapp/crd/js/smart_reconnector.js
index 7cc50bfb0257fb4f0a30b5514851a994a00de259..ed76ac6f49e177bdc5603ab63edaf7a5916bc08e 100644
--- a/remoting/webapp/crd/js/smart_reconnector.js
+++ b/remoting/webapp/crd/js/smart_reconnector.js
@@ -81,7 +81,7 @@ remoting.SmartReconnector.prototype = {
},
/**
- * @param {remoting.ClientSession.StateEvent} event
+ * @param {remoting.ClientSession.StateEvent=} event
*/
stateChanged_: function(event) {
var State = remoting.ClientSession.State;
@@ -96,7 +96,7 @@ remoting.SmartReconnector.prototype = {
},
/**
- * @param {boolean} active True if the video channel is active.
+ * @param {boolean=} active True if the video channel is active.
*/
videoChannelStateChanged_: function (active) {
this.cancelPending_();

Powered by Google App Engine
This is Rietveld 408576698