Index: remoting/webapp/base/js/plugin_settings.js |
diff --git a/remoting/webapp/base/js/plugin_settings.js b/remoting/webapp/base/js/plugin_settings.js |
index e57acca4ff2efd18e82bd92835926785e6ea9b93..61fa5b09a75f741b08f7154a00ceb4f631a3a8da 100644 |
--- a/remoting/webapp/base/js/plugin_settings.js |
+++ b/remoting/webapp/base/js/plugin_settings.js |
@@ -69,3 +69,10 @@ remoting.Settings.prototype.CLIENT_PLUGIN_TYPE = 'CLIENT_PLUGIN_TYPE'; |
/** @const {boolean} If true, use GCD instead of Chromoting registry. */ |
kelvinp
2015/06/29 23:53:45
It seems like after your change, we would always b
John Williams
2015/07/17 23:29:33
I removed PREFER_GCD and kept USE_GCD as the only
|
remoting.Settings.prototype.USE_GCD = !!'USE_GCD'; |
+ |
+/** |
+ * If true, data in GCD takes priority over conflicting data in the |
+ * legacy registery. |
+ * @const {boolean} |
+ */ |
+remoting.Settings.prototype.PREFER_GCD = remoting.Settings.prototype.USE_GCD; |