Index: chrome/browser/resources/options/browser_options.html |
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html |
index 94cfe00c3a5087d3625fa7f9fc63836be13692e1..815aeae009cd85116c70af7956e1a84256413a79 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -423,11 +423,11 @@ |
</span> |
</label> |
</div> |
- <div id="metricsReportingSetting" |
+ <div id="metrics-reporting-setting" |
class="checkbox controlled-setting-with-label"> |
<if expr="chromeos"> |
<label> |
- <input id="metricsReportingEnabled" |
+ <input id="metrics-reporting-enabled" |
pref="cros.metrics.reportingEnabled" type="checkbox"> |
<span> |
<span i18n-content="enableLogging"></span> |
@@ -438,7 +438,7 @@ |
</if> |
<if expr="not chromeos"> |
<label> |
- <input id="metricsReportingEnabled" type="checkbox"> |
+ <input id="metrics-reporting-enabled" type="checkbox"> |
<span> |
<span i18n-content="enableLogging"></span> |
<span id="metrics-reporting-disabled-icon" |
@@ -452,7 +452,7 @@ |
</span> |
</if> |
</div> |
- <div id="rapporDiv" class="checkbox controlled-setting-with-label"> |
+ <div id="rappor-setting" class="checkbox controlled-setting-with-label"> |
<label> |
<input pref="rappor.enabled" type="checkbox" |
metric="Options_RapporEnabledCheckbox"> |