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

Unified Diff: chrome/browser/resources/md_history/history_toolbar.js

Issue 2239623002: [MD History] Add shift-selection to the history lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reshadow
Patch Set: Set => Array Created 4 years, 4 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
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,

Powered by Google App Engine
This is Rietveld 408576698