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

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

Issue 953223002: Include time elapsed since start of a remoting session in each log entry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename constant to include time unit, and remove superfluous constant. 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 | « no previous file | remoting/webapp/crd/js/log_to_server.js » ('j') | remoting/webapp/crd/js/log_to_server.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/desktop_viewport.js
diff --git a/remoting/webapp/crd/js/desktop_viewport.js b/remoting/webapp/crd/js/desktop_viewport.js
index 1c9082d16fddaf5e965a901af7be899b9e79bca1..4ccc759d197ab28a00c3533ac30ce83131c0e8de 100644
--- a/remoting/webapp/crd/js/desktop_viewport.js
+++ b/remoting/webapp/crd/js/desktop_viewport.js
@@ -341,6 +341,9 @@ remoting.DesktopViewport.prototype.updateDimensions_ = function() {
// When we receive the first plugin dimensions from the host, we know that
// remote host has started.
remoting.app.onVideoStreamingStarted();
+
+ remoting.clientSession.logToServer.logTotalTimeForInitialConnection();
Jamie 2015/02/25 21:12:35 I would prefer that we don't introduce a dependenc
anandc 2015/02/26 20:21:49 The user perceives a connection has been completed
+
};
/**
« no previous file with comments | « no previous file | remoting/webapp/crd/js/log_to_server.js » ('j') | remoting/webapp/crd/js/log_to_server.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698