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

Unified Diff: remoting/webapp/base/js/plugin_settings.js

Issue 1217643002: Added HostListApl implementation to connect to legacy directory and GCD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcd-e2e
Patch Set: Created 5 years, 6 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
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;

Powered by Google App Engine
This is Rietveld 408576698