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

Unified Diff: chrome/browser/resources/options2/browser_options.html

Issue 10270019: Add option to disable gdata. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase grd Created 8 years, 8 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options2/browser_options_handler2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,20 @@
</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"
+ metric="Options_DisableGData">
+ <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 +421,9 @@
i18n-content="autoOpenFileTypesResetToDefault"></button>
</div>
</div>
+</if>
</div>
</section>
-</if>
<section>
<h3 i18n-content="advancedSectionTitleSecurity"></h3>
<div>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options2/browser_options_handler2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698