Chromium Code Reviews| 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 = []; |
| }; |
| /** |