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 @@ ...@@ -124,10 +124,10 @@
</label> </label>
</div> </div>
</section> </section>
<if expr="not pp_ifdef('chromeos')">
<section> <section>
<h3 i18n-content="downloadLocationGroupName"></h3> <h3 i18n-content="downloadLocationGroupName"></h3>
<div> <div>
<if expr="not pp_ifdef('chromeos')">
<div> <div>
<label> <label>
<span i18n-content="downloadLocationBrowseTitle"></span> <span i18n-content="downloadLocationBrowseTitle"></span>
...@@ -141,12 +141,12 @@ ...@@ -141,12 +141,12 @@
metric="Options_AskForSaveLocation" type="checkbox"> metric="Options_AskForSaveLocation" type="checkbox">
<span i18n-content="downloadLocationAskForSaveLocation"></span> <span i18n-content="downloadLocationAskForSaveLocation"></span>
</label> </label>
</if>
<div i18n-content="autoOpenFileTypesInfo"></div> <div i18n-content="autoOpenFileTypesInfo"></div>
<div><button id="autoOpenFileTypesResetToDefault" <div><button id="autoOpenFileTypesResetToDefault"
i18n-content="autoOpenFileTypesResetToDefault"></button></div> i18n-content="autoOpenFileTypesResetToDefault"></button></div>
</div> </div>
</section> </section>
</if>
<section> <section>
<h3 i18n-content="advancedSectionTitleSecurity"></h3> <h3 i18n-content="advancedSectionTitleSecurity"></h3>
<div> <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