| 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 72e39e7b52102b4b3f5a36ee3e3a6ae06a25058c..dfee14892917f9ce3f1d284352465d5c9131ade0 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>
|
|
|