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

Unified Diff: remoting/webapp/host.js

Issue 12905012: Webapp changes to support third party authentication (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase, update patch Created 7 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
« no previous file with comments | « remoting/webapp/cs_third_party_auth_trampoline.js ('k') | remoting/webapp/jscompiler_hacks.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/host.js
diff --git a/remoting/webapp/host.js b/remoting/webapp/host.js
index 90b7cdd9f58452c045470bb72cbcd4876d197208..24634b61a6a554370dd1130a8268e006248197c5 100644
--- a/remoting/webapp/host.js
+++ b/remoting/webapp/host.js
@@ -30,6 +30,8 @@ remoting.Host = function() {
this.publicKey = '';
/** @type {string} */
this.hostVersion = '';
+ /** @type {Array.<string>} */
+ this.tokenUrlPatterns = [];
};
/**
« no previous file with comments | « remoting/webapp/cs_third_party_auth_trampoline.js ('k') | remoting/webapp/jscompiler_hacks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698