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 fcfcd156c31496dc067eea3310926219474362bf..051606ca9d3602d4ca8c968e8232259bbf5e4e79 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -170,6 +170,32 @@ |
</span> |
</div> |
</div> |
+ <div id="hotword-always-on-search" hidden> |
+ <div class="checkbox"> |
+ <span class="controlled-setting-with-label"> |
+ <input id="hotword-always-on-search-enable" |
+ pref="hotword.always_on_search_enabled" type="checkbox"> |
+ <span> |
+ <label for="hotword-always-on-search-enable" |
+ i18n-content="hotwordAlwaysOnSearchEnable"> |
+ </label> |
+ </span> |
+ </span> |
+ </div> |
+ </div> |
+ <div id="audio-logging" hidden> |
+ <div class="checkbox"> |
+ <span class="controlled-setting-with-label"> |
+ <input id="audio-logging-enable" |
+ pref="hotword.audio_logging_enabled" type="checkbox"> |
+ <span> |
+ <label for="audio-logging-enable" |
+ i18n-content="hotwordAudioHistoryEnable"> |
+ </label> |
+ </span> |
+ </span> |
+ </div> |
+ </div> |
</div> |
</section> |
<section id="sync-users-section" guest-visibility="hidden"> |