Chromium Code Reviews| 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 d346317e913f5fc1cb10b098c0b94610f010e0a4..fd6f035afc69c4fd7a5d8db2ac40dd04773de270 100644 |
| --- a/chrome/browser/resources/md_history/history_toolbar.js |
| +++ b/chrome/browser/resources/md_history/history_toolbar.js |
| @@ -6,8 +6,6 @@ Polymer({ |
| is: 'history-toolbar', |
| properties: { |
| // Number of history items currently selected. |
| - // TODO(calamity): bind this to |
| - // listContainer.selectedItem.selectedPaths.length. |
|
tsergeant
2016/08/15 04:49:50
This is still relevant, right? There are still cas
calamity
2016/08/15 07:18:40
Hmm. Ok, restored. I'm not convinced there's a nic
|
| count: { |
| type: Number, |
| value: 0, |