From 96c22ff94cdd4c7d46c1f50d26879ac1107fe0c0 Mon Sep 17 00:00:00 2001 From: sergeyu Date: Fri, 21 Apr 2017 14:35:16 -0700 Subject: [PATCH] Disable ButterBar in chromoting webapp BUG=714244 Review-Url: https://codereview.chromium.org/2830013006 Cr-Commit-Position: refs/heads/master@{#466452} --- remoting/webapp/crd/js/crd_main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/remoting/webapp/crd/js/crd_main.js b/remoting/webapp/crd/js/crd_main.js index 0ce20ae1fd82ef..e299aa3d9efcba 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(); }; /**