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

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

Issue 2608733004: MD Settings: Downloads directory should be relative to Downloads directory. (Closed)
Patch Set: Created 4 years 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 | « no previous file | chrome/browser/resources/settings/downloads_page/downloads_page.js » ('j') | 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 a5a3867affd752601a5162a1424fcf5e378fe5be..4271241ee9873adead1e3dd1e3e2e792a7bdde07 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.html
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.html
@@ -10,7 +10,9 @@
<div class="settings-box first two-line">
<div class="start">
<div>$i18n{downloadLocation}</div>
- <div class="secondary">[[prefs.download.default_directory.value]]</div>
+ <div class="secondary">
+ [[getDownloadLocation_(prefs.download.default_directory.value)]]
+ </div>
</div>
<div class="secondary-action">
<controlled-button class="secondary-button" id="changeDownloadsPath"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/downloads_page/downloads_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698