Chromium Code Reviews| Index: remoting/webapp/crd/js/crd_main.js |
| diff --git a/remoting/webapp/crd/js/crd_main.js b/remoting/webapp/crd/js/crd_main.js |
| index 0ce20ae1fd82ef41b6d8547b28587a1a05b25adf..17fa3927813a76db833261a20d4818bd7a7856df 100644 |
| --- a/remoting/webapp/crd/js/crd_main.js |
| +++ b/remoting/webapp/crd/js/crd_main.js |
| @@ -82,7 +82,9 @@ remoting.initHomeScreenUi = function() { |
| // Display the cached host list, then asynchronously update and re-display it. |
| remoting.updateLocalHostState(); |
| remoting.hostList.refresh().then(remoting.updateLocalHostState); |
| - remoting.butterBar = new remoting.ButterBar(); |
| + |
| + // Butter bar is temporarily disabled. |
|
joedow
2017/04/21 20:39:09
not: Add bug# here to track when this was disabled
Sergey Ulanov
2017/04/21 20:49:48
Done.
|
| + // remoting.butterBar = new remoting.ButterBar(); |
| }; |
| /** |