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

Unified Diff: remoting/webapp/app_remoting/js/app_remoting.js

Issue 803653004: Update Chromoting to use /third_party/closure_compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Define Entry for browser_tests 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/app_remoting/js/app_remoting.js
diff --git a/remoting/webapp/app_remoting/js/app_remoting.js b/remoting/webapp/app_remoting/js/app_remoting.js
index 207ec414200079adfba06ee02a88fb232b35af45..f70c13ec4320550a7b6bfc6ce8c952209bff50f5 100644
--- a/remoting/webapp/app_remoting/js/app_remoting.js
+++ b/remoting/webapp/app_remoting/js/app_remoting.js
@@ -240,7 +240,7 @@ remoting.AppRemoting.prototype.handleConnected = function(clientSession) {
// Cancel the ping when the connection closes.
clientSession.addEventListener(
remoting.ClientSession.Events.stateChanged,
- /** @param {remoting.ClientSession.StateEvent} state */
+ /** @param {remoting.ClientSession.StateEvent=} state */
function(state) {
if (state.current === remoting.ClientSession.State.CLOSED ||
state.current === remoting.ClientSession.State.FAILED) {

Powered by Google App Engine
This is Rietveld 408576698