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

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

Issue 1410563006: [Chromoting] SessionLogger refactor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 1 month 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/base/js/xmpp_error_cache_unittest.js ('k') | remoting/webapp/crd/js/host_screen.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_activity.js
diff --git a/remoting/webapp/crd/js/desktop_remoting_activity.js b/remoting/webapp/crd/js/desktop_remoting_activity.js
index 59b2055c836fb6d9015a0a518f27e68e5a8415d3..06ebd78b4a5fedf5ac510f726031d8ce24cd913b 100644
--- a/remoting/webapp/crd/js/desktop_remoting_activity.js
+++ b/remoting/webapp/crd/js/desktop_remoting_activity.js
@@ -78,8 +78,7 @@ remoting.DesktopRemotingActivity.prototype.stop = function() {
console.log('Canceled.');
// Session creation in process, just report it as canceled.
this.logger_.logSessionStateChange(
- remoting.ChromotingEvent.SessionState.CONNECTION_CANCELED,
- remoting.ChromotingEvent.ConnectionError.NONE);
+ remoting.ChromotingEvent.SessionState.CONNECTION_CANCELED);
}
};
« no previous file with comments | « remoting/webapp/base/js/xmpp_error_cache_unittest.js ('k') | remoting/webapp/crd/js/host_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698