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

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

Issue 2615093003: MD Settings: add <controlled-button>#endJustified to flip controlled by indicator position (Closed)
Patch Set: merge Created 3 years, 11 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
« no previous file with comments | « chrome/browser/resources/settings/controls/controlled_button.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ea7b85f05c59f9c46eccc2d84343602ec5126991..ee334ebcd05895bc5ba336f26d4d304c4776740f 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.html
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.html
@@ -22,7 +22,8 @@
<div class="secondary-action">
<controlled-button class="secondary-button" id="changeDownloadsPath"
on-tap="selectDownloadLocation_"
- pref="[[prefs.download.default_directory]]">
+ pref="[[prefs.download.default_directory]]"
+ end-justified>
$i18n{changeDownloadLocation}
</controlled-button>
</div>
« no previous file with comments | « chrome/browser/resources/settings/controls/controlled_button.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698