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

Unified Diff: chrome/browser/resources/options/advanced_options.html

Issue 5649002: DOMUI Settings: UTH: Fix up Downloads section (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 | « chrome/browser/dom_ui/options/advanced_options_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/advanced_options.html
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html
index 758e06cff8ef92197671171f0eb6baaff50c2398..a987563769802f99e18aa2840496f8efdf583cdb 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -115,9 +115,11 @@
<h3 i18n-content="downloadLocationGroupName"></h3>
<div>
<if expr="not pp_ifdef('chromeos')">
- <div i18n-content="downloadLocationBrowseTitle"></div>
<div>
- <input id="downloadLocationPath" type="text" size="60" disabled>
+ <label>
James Hawkins 2010/12/18 18:23:20 <label i18n-content="..."><input></label>
+ <span i18n-content="downloadLocationBrowseTitle"></span>
+ <input id="downloadLocationPath" type="text" size="60" disabled>
+ </label>
<button id="downloadLocationBrowseButton"
i18n-content="downloadLocationBrowseButton"></button>
</div>
« no previous file with comments | « chrome/browser/dom_ui/options/advanced_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698