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

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

Issue 787033003: [Chromoting] Add ClientSession.Capability to enable Gnubby-based auth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « remoting/webapp/crd/js/client_session.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/desktop_remoting.js
diff --git a/remoting/webapp/crd/js/desktop_remoting.js b/remoting/webapp/crd/js/desktop_remoting.js
index a6338a268824aed383ab47209f95ea650081229a..2c016439f2c54e60e4e2d6c3dd54d6887c82869b 100644
--- a/remoting/webapp/crd/js/desktop_remoting.js
+++ b/remoting/webapp/crd/js/desktop_remoting.js
@@ -109,7 +109,8 @@ remoting.DesktopRemoting.prototype.getRequiredCapabilities = function() {
remoting.ClientSession.Capability.VIDEO_RECORDER,
// TODO(aiguha): Add this capability based on a gyp/command-line flag,
// rather than by default.
- remoting.ClientSession.Capability.CAST
+ remoting.ClientSession.Capability.CAST,
+ remoting.ClientSession.Capability.GNUBBY_AUTH
];
};
« no previous file with comments | « remoting/webapp/crd/js/client_session.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698