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

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

Issue 559303002: Hotword Audio Verification app: control the hotword settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launch-state
Patch Set: Rebase 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/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 3f2b56abc992dcd0237a3a2fd46f6217d29c0fe9..f6f42ae5cc5ab1ff5684a61e053f1de95b2bf1c4 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -159,7 +159,8 @@
<div id="hotword-always-on-search" hidden>
<div class="checkbox controlled-setting-with-label">
<label>
- <input pref="hotword.always_on_search_enabled" type="checkbox">
+ <input id="hotword-always-on-search-checkbox"
+ pref="hotword.always_on_search_enabled" type="checkbox">
<span i18n-content="hotwordAlwaysOnSearchEnable"></span>
</label>
</div>
« no previous file with comments | « chrome/browser/resources/hotword_audio_verification/main.js ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698