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

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

Issue 943853002: Fix metrics setting id style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698