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

Unified Diff: remoting/webapp/crd/js/window_frame.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/ui_mode.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/window_frame.js
diff --git a/remoting/webapp/crd/js/window_frame.js b/remoting/webapp/crd/js/window_frame.js
index 0bb0b6475823cb1518d3b17c2ccc32e213b63771..30fda5d7de393f15f0c176359bcf8ad3d2874196 100644
--- a/remoting/webapp/crd/js/window_frame.js
+++ b/remoting/webapp/crd/js/window_frame.js
@@ -85,6 +85,7 @@ remoting.WindowFrame.prototype.createOptionsMenu = function() {
this.titleBar_.querySelector('.menu-shrink-to-fit'),
this.titleBar_.querySelector('.menu-new-connection'),
this.titleBar_.querySelector('.window-fullscreen'),
+ this.titleBar_.querySelector('.menu-toggle-connection-stats'),
this.titleBar_.querySelector('.menu-start-stop-recording'));
};
« no previous file with comments | « remoting/webapp/crd/js/ui_mode.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698