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

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

Issue 2720413002: MD Settings: add an aria-label to control indicators (often policy) (Closed)
Patch Set: merge Created 3 years, 9 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/downloads_page/downloads_page.html
diff --git a/chrome/browser/resources/settings/downloads_page/downloads_page.html b/chrome/browser/resources/settings/downloads_page/downloads_page.html
index a64812684db8fb406c22813ef6f6fc55bca72c3f..c572d11a36c690da38152afd1c85940367ed0997 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.html
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.html
@@ -23,10 +23,10 @@
</div>
<div class="secondary-action">
<controlled-button class="secondary-button" id="changeDownloadsPath"
+ label="$i18n{changeDownloadLocation}"
on-tap="selectDownloadLocation_"
pref="[[prefs.download.default_directory]]"
end-justified>
- $i18n{changeDownloadLocation}
</controlled-button>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698