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

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

Issue 1089493002: [Webapp Refactor] Re-add remoting.ConnectionStats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « remoting/webapp/crd/js/options_menu.js ('k') | remoting/webapp/crd/js/toolbar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/remoting.js
diff --git a/remoting/webapp/crd/js/remoting.js b/remoting/webapp/crd/js/remoting.js
index 34a15c76ded696da4a5172a6d6b5c3d4459e94d3..5337a66e9a5510aafe67c4f399c7b6af3acc2091 100644
--- a/remoting/webapp/crd/js/remoting.js
+++ b/remoting/webapp/crd/js/remoting.js
@@ -26,8 +26,6 @@ remoting.initGlobalObjects = function() {
console.log(remoting.getExtensionInfo());
l10n.localize();
- remoting.stats = new remoting.ConnectionStats(
- document.getElementById('statistics'));
remoting.formatIq = new remoting.FormatIq();
var sandbox =
@@ -42,7 +40,7 @@ remoting.initGlobalObjects = function() {
uiModeChanged: 'uiModeChanged'
};
remoting.testEvents.defineEvents(base.values(remoting.testEvents.Names));
-}
+};
/**
* @return {string} Information about the current extension.
« no previous file with comments | « remoting/webapp/crd/js/options_menu.js ('k') | remoting/webapp/crd/js/toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698