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

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

Issue 1101613003: [Webapp Refactor] Reliably cancels a connection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ImproveUnittest
Patch Set: Reviewer's feedback Created 5 years, 8 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/client_session_unittest.js
diff --git a/remoting/webapp/crd/js/client_session_unittest.js b/remoting/webapp/crd/js/client_session_unittest.js
index 503b83d9642e73c153501816d059c7ef2a74ba1c..69106baf2ebe45fa7512fa3a4a2024098ebd800e 100644
--- a/remoting/webapp/crd/js/client_session_unittest.js
+++ b/remoting/webapp/crd/js/client_session_unittest.js
@@ -14,7 +14,6 @@ var session;
var listener;
/** @type {sinon.TestStub} */
var logToServerStub;
-
/**
* @constructor
* @implements {remoting.ClientSession.EventHandler}

Powered by Google App Engine
This is Rietveld 408576698