Index: remoting/webapp/base/js/client_plugin_impl.js |
diff --git a/remoting/webapp/base/js/client_plugin_impl.js b/remoting/webapp/base/js/client_plugin_impl.js |
index f115a7e979c491e0b9eda4abcaf1f934b796d114..5ad63a7e0153139779e771e126bd1a987b984ec4 100644 |
--- a/remoting/webapp/base/js/client_plugin_impl.js |
+++ b/remoting/webapp/base/js/client_plugin_impl.js |
@@ -429,6 +429,8 @@ remoting.ClientPluginImpl.prototype.connectWithExperiments_ = function( |
keyFilter = 'mac'; |
} else if (remoting.platformIsChromeOS()) { |
keyFilter = 'cros'; |
+ } else if (remoting.platformIsWindows()) { |
+ keyFilter = 'windows'; |
} |
this.plugin_.postMessage(JSON.stringify( |