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

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

Issue 9695067: don't show metrics reporting option on chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-up Created 8 years, 9 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/options2/browser_options.html
diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html
index bb0ad64432d48bf1f24121e633e239df3f19dae6..3119c04b268493dcc8fc7d9c19baf995b17d2a88 100644
--- a/chrome/browser/resources/options2/browser_options.html
+++ b/chrome/browser/resources/options2/browser_options.html
@@ -328,19 +328,19 @@
<span i18n-content="spellingPref"></span>
</label>
</div>
-</if>
<div id="metricsReportingSetting" class="checkbox">
<label>
-<if expr="pp_ifdef('_google_chrome') and pp_ifdef('chromeos')">
+<if expr="pp_ifdef('chromeos')">
<input id="metricsReportingEnabled"
pref="cros.metrics.reportingEnabled" type="checkbox">
</if>
-<if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')">
+<if expr="not pp_ifdef('chromeos')">
<input id="metricsReportingEnabled" type="checkbox">
</if>
<span i18n-content="enableLogging"></span>
</label>
</div>
+</if> <!-- pp_ifdef('_google_chrome') -->
</div>
</section>
<!-- By default, the bluetooth section is hidden. It is only
« 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