| 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 fd6f035afc69c4fd7a5d8db2ac40dd04773de270..d346317e913f5fc1cb10b098c0b94610f010e0a4 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.js
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.js
|
| @@ -6,6 +6,8 @@ Polymer({
|
| is: 'history-toolbar',
|
| properties: {
|
| // Number of history items currently selected.
|
| + // TODO(calamity): bind this to
|
| + // listContainer.selectedItem.selectedPaths.length.
|
| count: {
|
| type: Number,
|
| value: 0,
|
|
|