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

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

Issue 562023003: Revert of Fix some more for= usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: chrome/browser/resources/options/hotword_confirm_overlay.html
diff --git a/chrome/browser/resources/options/hotword_confirm_overlay.html b/chrome/browser/resources/options/hotword_confirm_overlay.html
index 11103ef8ce38027eab9c9581dd32eeb2b7bef013..25a61b3719d1e4a936e4a8439c819e25efd71048 100644
--- a/chrome/browser/resources/options/hotword_confirm_overlay.html
+++ b/chrome/browser/resources/options/hotword_confirm_overlay.html
@@ -23,12 +23,16 @@
</div>
</div>
<div id="audio-logging-bar" class="gray-bottom-bar checkbox">
- <label>
- <input
+ <span class="controlled-setting-with-label">
+ <input id="hotword-audio-logging-enable"
pref="hotword.audio_logging_enabled"
metric="Options_Hotword_AudioLogging_Checkbox"
type="checkbox" dialog-pref checked>
- <span i18n-content="hotwordAudioLoggingEnable"></span>
- </label>
+ <span>
+ <label for="hotword-audio-logging-enable"
+ i18n-content="hotwordAudioLoggingEnable">
+ </label>
+ </span>
+ </span>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/options/home_page_overlay.html ('k') | chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698