Index: remoting/webapp/plugin_settings.js |
diff --git a/remoting/webapp/plugin_settings.js b/remoting/webapp/plugin_settings.js |
index 8ca53be9b55906f0f552f031afde61227a631101..81e95bdd5567b51bfd9e77dddc75888911d0623c 100644 |
--- a/remoting/webapp/plugin_settings.js |
+++ b/remoting/webapp/plugin_settings.js |
@@ -46,3 +46,8 @@ remoting.Settings.prototype.XMPP_SERVER_ADDRESS = 'XMPP_SERVER_ADDRESS'; |
/** @type {boolean} Whether to use TLS on connections to the XMPP server. */ |
remoting.Settings.prototype.XMPP_SERVER_USE_TLS = |
Boolean('XMPP_SERVER_USE_TLS'); |
+ |
+// Third party authentication settings. |
+/** @type {string} The third party auth redirect URI. */ |
+remoting.Settings.prototype.THIRD_PARTY_AUTH_REDIRECT_URI = |
+ 'THIRD_PARTY_AUTH_REDIRECT_URL'; |