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

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

Issue 460113005: Adds the audio history and always on hotwording settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Responded to Review Comments Created 6 years, 4 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 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">

Powered by Google App Engine
This is Rietveld 408576698