Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(824)

Unified Diff: remoting/webapp/crd/js/crd_main.js

Issue 2830013006: Disable ButterBar in chromoting webapp (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
};
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698