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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2503613002: MD History: focus REMOVE button by default in multi-delete dialog (Closed)
Patch Set: revert downloads Created 4 years, 1 month 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/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 30cf90a487050bc15dba1d2b6ef948dbdf937fbf..54a544e1f816e7e45628b19b7c8545bfa99d6fae 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -3557,7 +3557,7 @@ dialog .body {
<paper-button class="cancel-button" on-tap="onDialogCancelTap_">
$i18n{cancel}
</paper-button>
- <paper-button class="action-button" on-tap="onDialogConfirmTap_" autofocus="">
+ <paper-button class="action-button" on-tap="onDialogConfirmTap_">
$i18n{deleteConfirm}
</paper-button>
</div>
« no previous file with comments | « chrome/browser/resources/md_history/app.crisper.js ('k') | chrome/browser/resources/md_history/list_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698