| 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 6c5e16e8f0da2fd41b326d81813ece39850db602..fc9ae27f01b0b5075aaf4a98d32989ad3c327e8d 100644
|
| --- a/chrome/browser/resources/options/browser_options.html
|
| +++ b/chrome/browser/resources/options/browser_options.html
|
| @@ -151,7 +151,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>
|
|
|