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

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

Issue 1146833002: [AppRemoting] Implement ConnectionDroppedDialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 693385a4071a24a7beaca90aaa7286a6ededc75c..5ed85ed3b0c4365f6e47fb7da5e451adfa7d4c92 100644
--- a/remoting/webapp/app_remoting/js/app_connected_view.js
+++ b/remoting/webapp/app_remoting/js/app_connected_view.js
@@ -74,8 +74,9 @@ remoting.AppConnectedView = function(containerElement, connectionInfo) {
this.onDesktopSizeChanged_.bind(this));
/** @private */
- this.disposables_ = new base.Disposables(
- baseView, windowShapeHook, desktopSizeHook, this.contextMenu_);
+ this.disposables_ =
+ new base.Disposables(baseView, windowShapeHook, desktopSizeHook,
+ this.contextMenu_, menuAdapter);
Jamie 2015/05/20 02:20:36 Is this change related to this CL?
kelvinp 2015/05/20 18:12:59 Because, this change allow us to restart the AppRe
/** @private */
this.supportsGoogleDrive_ = this.plugin_.hasCapability(

Powered by Google App Engine
This is Rietveld 408576698