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..abf79effb3f6ee15987d2df5e94246f5719a2ab9 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -170,6 +170,34 @@ |
</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"> |
Matt Giuca
2014/08/13 05:21:09
nit: this got indented 3 spaces unnecessarily.
kcarattini
2014/08/13 05:34:33
Done.
|
+ <span> |
+ <label for="audio-logging-enable" |
+ i18n-content="hotwordAudioHistoryEnable"> |
+ </label> |
+ </span> |
+ </span> |
+ </div> |
+ </div> |
</div> |
</section> |
<section id="sync-users-section" guest-visibility="hidden"> |