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

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

Issue 895523004: [Chromoting] Add ability to enable/disable GDrive support per-app in gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Application.hasCapability Created 5 years, 11 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/crd/js/crd_main.js
diff --git a/remoting/webapp/crd/js/crd_main.js b/remoting/webapp/crd/js/crd_main.js
index f77232075788627fdf39d512d4a79b4c1f622aa7..150206fb0f5976f0c7e66c964de3016b1b91e740 100644
--- a/remoting/webapp/crd/js/crd_main.js
+++ b/remoting/webapp/crd/js/crd_main.js
@@ -200,7 +200,7 @@ remoting.startDesktopRemotingForTesting = function() {
remoting.startDesktopRemoting = function() {
- remoting.app = new remoting.Application();
+ remoting.app = new remoting.Application(remoting.app_capabilities());
var desktop_remoting = new remoting.DesktopRemoting(remoting.app);
remoting.app.start();
};

Powered by Google App Engine
This is Rietveld 408576698