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

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

Issue 1586373002: MD History: Delete button in the toolbar allows deletion of multiple history-items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch_to_be_uploaded
Patch Set: Fix supervised user test. Created 4 years, 10 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.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index 32fd2d8c300937efa69ee3cfcf6d1062c6ce502a..cd00916be0bc745434721e8393df491dae5546bf 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -67,7 +67,8 @@
<div id="number-selected">{{numberOfItemsSelected_(count)}}</div>
<paper-button id="cancel-button" on-tap="onClearSelectionTap_"
i18n-content="cancel"></paper-button>
- <paper-button id="delete-button" i18n-content="delete"></paper-button>
+ <paper-button id="delete-button" i18n-content="delete"
+ on-tap="onDeleteTap_"></paper-button>
</div>
</template>
« no previous file with comments | « chrome/browser/resources/md_history/history_item.js ('k') | chrome/browser/resources/md_history/history_toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698