Index: chrome/browser/resources/options2/browser_options.html |
=================================================================== |
--- chrome/browser/resources/options2/browser_options.html (revision 134559) |
+++ chrome/browser/resources/options2/browser_options.html (working copy) |
@@ -381,10 +381,18 @@ |
</label> |
</div> |
</section> |
-<if expr="not pp_ifdef('chromeos')"> |
<section> |
<h3 i18n-content="downloadLocationGroupName"></h3> |
<div> |
+<if expr="pp_ifdef('chromeos')"> |
+ <div class="checkbox"> |
+ <label> |
+ <input type="checkbox" pref="gdata.disabled"> |
csilv
2012/04/30 23:30:08
You should probably add:
metric="Options_Disable
achuithb
2012/05/01 04:17:12
Done.
|
+ <span i18n-content="disableGData"></span> |
+ </label> |
+ </div> |
+</if> |
+<if expr="not pp_ifdef('chromeos')"> |
<div class="settings-row"> |
<label> |
<span i18n-content="downloadLocationBrowseTitle"></span> |
@@ -411,9 +419,9 @@ |
i18n-content="autoOpenFileTypesResetToDefault"></button> |
</div> |
</div> |
+</if> |
</div> |
</section> |
-</if> |
<section> |
<h3 i18n-content="advancedSectionTitleSecurity"></h3> |
<div> |