Commit e38a1d88 authored by tfarina@chromium.org's avatar tfarina@chromium.org

DOMUI: Hide the Downloads section for ChromeOS.

BUG=70149
TEST=None

Review URL: http://codereview.chromium.org/6349007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72061 0039d316-1c4b-4281-b951-d872f2087c98
parent d6d3ab88
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment