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

Unified Diff: remoting/webapp/app_remoting/js/app_remoting.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/app_remoting/js/app_remoting.js
diff --git a/remoting/webapp/app_remoting/js/app_remoting.js b/remoting/webapp/app_remoting/js/app_remoting.js
index f07f8474d277f87adbcf3ce50cdc01c5a4869e99..8e8bb626c35332923ade1727a888c8119ca4149c 100644
--- a/remoting/webapp/app_remoting/js/app_remoting.js
+++ b/remoting/webapp/app_remoting/js/app_remoting.js
@@ -214,19 +214,6 @@ remoting.AppRemoting.prototype.getDefaultRemapKeys = function() {
};
/**
- * @return {Array.<string>} A list of |ClientSession.Capability|s required
- * by this application.
- */
-remoting.AppRemoting.prototype.getRequiredCapabilities = function() {
- return [
- remoting.ClientSession.Capability.SEND_INITIAL_RESOLUTION,
- remoting.ClientSession.Capability.RATE_LIMIT_RESIZE_REQUESTS,
- remoting.ClientSession.Capability.VIDEO_RECORDER,
- remoting.ClientSession.Capability.GOOGLE_DRIVE
- ];
-};
-
-/**
* Called when a new session has been connected.
*
* @param {remoting.ClientSession} clientSession

Powered by Google App Engine
This is Rietveld 408576698