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

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_page.html

Issue 2717613002: MD Settings: add a bunch of dialog (X) aria-labels (Closed)
Patch Set: . Created 3 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/settings/android_apps_page/android_apps_page.html
diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
index b488c065e54385ed40955f8f0d5e10cca3efa86e..be48d94033dacfb8b3ba9b55576ce24fe752a4d1 100644
--- a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
+++ b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
@@ -45,7 +45,7 @@
</div>
<!-- Confirm disable android apps dialog -->
- <dialog is="cr-dialog" id="confirmDisableDialog"
+ <dialog is="cr-dialog" id="confirmDisableDialog" close-text="$i18n{close}"
on-cancel="onConfirmDisableDialogCancel_">
<div class="title">$i18n{androidAppsDisableDialogTitle}</div>
<div class="body" inner-h-t-m-l="[[getDialogBody_()]]"></div>

Powered by Google App Engine
This is Rietveld 408576698