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

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

Issue 2887573002: Add deprecation messages. (Closed)
Patch Set: Restore clock in tearDown. Created 3 years, 7 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 | « remoting/webapp/crd/js/butter_bar_unittest.js ('k') | remoting/webapp/files.gni » ('j') | 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 e299aa3d9efcba5a03de00606c115ba5b4ab6a9c..fce78fb73e4b730cc157d18b14848c2c0fd4c2c6 100644
--- a/remoting/webapp/crd/js/crd_main.js
+++ b/remoting/webapp/crd/js/crd_main.js
@@ -83,8 +83,8 @@ remoting.initHomeScreenUi = function() {
remoting.updateLocalHostState();
remoting.hostList.refresh().then(remoting.updateLocalHostState);
- // Butter bar is temporarily disabled. crbug.com/714244
- // remoting.butterBar = new remoting.ButterBar();
+ remoting.butterBar = new remoting.ButterBar();
+ remoting.butterBar.init();
};
/**
« no previous file with comments | « remoting/webapp/crd/js/butter_bar_unittest.js ('k') | remoting/webapp/files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698