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

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

Issue 6349007: DOMUI: Hide the Downloads section for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | 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 f4179c6cd8b38e46acfa99a1dcb7ec0476d9582c..e071fd3e23c910e16c01f28b1c1814d7b124c644 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -124,10 +124,10 @@
</label>
</div>
</section>
+<if expr="not pp_ifdef('chromeos')">
<section>
<h3 i18n-content="downloadLocationGroupName"></h3>
<div>
-<if expr="not pp_ifdef('chromeos')">
<div>
<label>
<span i18n-content="downloadLocationBrowseTitle"></span>
@@ -141,12 +141,12 @@
metric="Options_AskForSaveLocation" type="checkbox">
<span i18n-content="downloadLocationAskForSaveLocation"></span>
</label>
-</if>
<div i18n-content="autoOpenFileTypesInfo"></div>
<div><button id="autoOpenFileTypesResetToDefault"
i18n-content="autoOpenFileTypesResetToDefault"></button></div>
</div>
</section>
+</if>
<section>
<h3 i18n-content="advancedSectionTitleSecurity"></h3>
<div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698