Index: remoting/webapp/crd/js/plugin_settings.js |
diff --git a/remoting/webapp/crd/js/plugin_settings.js b/remoting/webapp/crd/js/plugin_settings.js |
index 2822ab0ec81a9605c09767ed08b4ab1dd3b27b03..b9f90b79912b31967ab4503c1167b216c91637f4 100644 |
--- a/remoting/webapp/crd/js/plugin_settings.js |
+++ b/remoting/webapp/crd/js/plugin_settings.js |
@@ -76,3 +76,6 @@ remoting.Settings.prototype.THIRD_PARTY_AUTH_REDIRECT_URI = |
// 'native', 'nacl' or 'pnacl'. |
remoting.Settings.prototype.CLIENT_PLUGIN_TYPE = 'CLIENT_PLUGIN_TYPE'; |
+ |
+/** @const {boolean} If true, use GCD instead of Chromoting registry. */ |
+remoting.Settings.prototype.USE_GCD = !!'USE_GCD'; |