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

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

Issue 2616713002: MD Settings: only do downloads path normalization on ChromeOS (Closed)
Patch Set: 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 | « 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 4271241ee9873adead1e3dd1e3e2e792a7bdde07..ea7b85f05c59f9c46eccc2d84343602ec5126991 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.html
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.html
@@ -11,7 +11,12 @@
<div class="start">
<div>$i18n{downloadLocation}</div>
<div class="secondary">
+<if expr="not chromeos">
+ [[prefs.download.default_directory.value]]
+</if>
+<if expr="chromeos">
[[getDownloadLocation_(prefs.download.default_directory.value)]]
+</if>
</div>
</div>
<div class="secondary-action">
« 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