| 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..e299aa3d9efcba5a03de00606c115ba5b4ab6a9c 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. crbug.com/714244
|
| + // remoting.butterBar = new remoting.ButterBar();
|
| };
|
|
|
| /**
|
|
|