Commit 4aa5ce63 authored by estade@chromium.org's avatar estade@chromium.org

don't show metrics reporting option on chromium

BUG=none
TEST=manual

Review URL: https://chromiumcodereview.appspot.com/9695067

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126785 0039d316-1c4b-4281-b951-d872f2087c98
parent 96747cab
...@@ -328,19 +328,19 @@ ...@@ -328,19 +328,19 @@
<span i18n-content="spellingPref"></span> <span i18n-content="spellingPref"></span>
</label> </label>
</div> </div>
</if>
<div id="metricsReportingSetting" class="checkbox"> <div id="metricsReportingSetting" class="checkbox">
<label> <label>
<if expr="pp_ifdef('_google_chrome') and pp_ifdef('chromeos')"> <if expr="pp_ifdef('chromeos')">
<input id="metricsReportingEnabled" <input id="metricsReportingEnabled"
pref="cros.metrics.reportingEnabled" type="checkbox"> pref="cros.metrics.reportingEnabled" type="checkbox">
</if> </if>
<if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')"> <if expr="not pp_ifdef('chromeos')">
<input id="metricsReportingEnabled" type="checkbox"> <input id="metricsReportingEnabled" type="checkbox">
</if> </if>
<span i18n-content="enableLogging"></span> <span i18n-content="enableLogging"></span>
</label> </label>
</div> </div>
</if> <!-- pp_ifdef('_google_chrome') -->
</div> </div>
</section> </section>
<!-- By default, the bluetooth section is hidden. It is only <!-- By default, the bluetooth section is hidden. It is only
......
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