Skip to content

Commit

Permalink
Disable ButterBar in chromoting webapp
Browse files Browse the repository at this point in the history
BUG=714244

Review-Url: https://codereview.chromium.org/2830013006
Cr-Commit-Position: refs/heads/master@{#466452}
  • Loading branch information
SergeyUlanov authored and Commit bot committed Apr 21, 2017
1 parent 0381e76 commit 96c22ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion remoting/webapp/crd/js/crd_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
};

/**
Expand Down

0 comments on commit 96c22ff

Please sign in to comment.