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')); |
}; |