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

Unified Diff: remoting/webapp/app_remoting/js/app_connected_view.js

Issue 1089493002: [Webapp Refactor] Re-add remoting.ConnectionStats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/app_remoting/js/app_connected_view.js
diff --git a/remoting/webapp/app_remoting/js/app_connected_view.js b/remoting/webapp/app_remoting/js/app_connected_view.js
index e39d445e35d1e51219024524f057a5f59ca07f6c..a8b92b4a756bb7781f9ca628e65ca3c1bdffebda 100644
--- a/remoting/webapp/app_remoting/js/app_connected_view.js
+++ b/remoting/webapp/app_remoting/js/app_connected_view.js
@@ -50,7 +50,8 @@ remoting.AppConnectedView = function(containerElement, connectionInfo) {
new remoting.ContextMenuDom(document.getElementById('context-menu'));
}
- this.contextMenu_ = new remoting.ApplicationContextMenu(menuAdapter);
+ this.contextMenu_ =
+ new remoting.ApplicationContextMenu(menuAdapter, this.plugin_);
this.contextMenu_.setHostId(connectionInfo.host().hostId);
/** @private */

Powered by Google App Engine
This is Rietveld 408576698