| Index: remoting/webapp/crd/js/client_plugin_impl.js
|
| diff --git a/remoting/webapp/crd/js/client_plugin_impl.js b/remoting/webapp/crd/js/client_plugin_impl.js
|
| index 1bdfbc29f26796caabe5542628c4fe558ed99269..b9b8bedb2f1c1bb5ada5334ee90d047023dc3880 100644
|
| --- a/remoting/webapp/crd/js/client_plugin_impl.js
|
| +++ b/remoting/webapp/crd/js/client_plugin_impl.js
|
| @@ -601,8 +601,7 @@ remoting.ClientPluginImpl.prototype.connect = function(
|
| // previous versions of Chrome, see http://crbug.com/447403 .
|
| // Currently PPAPI doesn't provide a way for plugins to check the Chrome
|
| // version, so this check needs to be in the webapp.
|
| - var enableVideoDecodeRenderer =
|
| - parseInt((remoting.getChromeVersion() || '0').split('.')[0], 10) >= 42;
|
| + var enableVideoDecodeRenderer = false;
|
| this.plugin_.postMessage(JSON.stringify(
|
| { method: 'delegateLargeCursors', data: {} }));
|
| this.plugin_.postMessage(JSON.stringify(
|
|
|