| Index: chrome/browser/resources/md_history/history_toolbar.js
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.js b/chrome/browser/resources/md_history/history_toolbar.js
|
| index 8842be95ef7bd5c11a463be2174ccde058411ef9..9347c40e105bafb67e8999c2c88086ccbc97e581 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.js
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.js
|
| @@ -67,11 +67,9 @@ Polymer({
|
|
|
| // Whether to show the menu promo (a tooltip that points at the menu button
|
| // in narrow mode).
|
| - showMenuPromo_: {
|
| + showMenuPromo: {
|
| type: Boolean,
|
| - value: function() {
|
| - return loadTimeData.getBoolean('showMenuPromo');
|
| - },
|
| + notify: true,
|
| },
|
| },
|
|
|
|
|