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

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

Issue 539383003: Fix some more for= usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge 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 25a61b3719d1e4a936e4a8439c819e25efd71048..11103ef8ce38027eab9c9581dd32eeb2b7bef013 100644
--- a/chrome/browser/resources/options/hotword_confirm_overlay.html
+++ b/chrome/browser/resources/options/hotword_confirm_overlay.html
@@ -23,16 +23,12 @@
</div>
</div>
<div id="audio-logging-bar" class="gray-bottom-bar checkbox">
- <span class="controlled-setting-with-label">
- <input id="hotword-audio-logging-enable"
+ <label>
+ <input
pref="hotword.audio_logging_enabled"
metric="Options_Hotword_AudioLogging_Checkbox"
type="checkbox" dialog-pref checked>
- <span>
- <label for="hotword-audio-logging-enable"
- i18n-content="hotwordAudioLoggingEnable">
- </label>
- </span>
- </span>
+ <span i18n-content="hotwordAudioLoggingEnable"></span>
+ </label>
</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