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

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

Issue 134103005: [Hotword] Putting preferences under search for hotword service. Putting behind a flag. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: adding a line. maybe it will help? Created 6 years, 11 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 99fab86555cd9e9c144237254b9fce38e77ae4e2..e691206de17d059287b4046a6724ed7f1f7f2ce5 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -139,6 +139,61 @@
</button>
</div>
</div>
+ <div id ="hotword-search" hidden>
+ <div class="checkbox">
+ <span class="controlled-setting-with-label">
+ <input id="hotword-search-enable" pref="hotword.search_enabled"
+ type="checkbox">
+ <span>
+ <label for="hotword-search-enable"
+ i18n-values=".innerHTML:hotwordSearchEnable">
+ </label>
+ <span class="controlled-setting-indicator"
+ pref="hotword.search_enabled">
+ </span>
+ </span>
+ </span>
+ <div id="hotword-search-description" class="hotword-settings">
+ <span i18n-content="hotwordSearchDescription"></span>
+ </div>
+ </div>
+ <div id="hotword-settings-section" class="hotword-settings" hidden>
+ <div id="hotword-settings-section-container">
+ <div class="checkbox">
+ <span class="controlled-setting-with-label">
+ <input id="hotword-search-timeout"
+ pref="hotword.search_timeout_enabled" type="checkbox">
+ <span>
+ <label for="hotword-search-timeout"
+ i18n-content="hotwordSearchTimeout">
+ </label>
+ <span class="controlled-setting-indicator"
+ pref="hotword.search_timeout_enabled">
+ </span>
+ </span>
+ </span>
+ <div id="hotword-search-timeout-description"
+ class="hotword-settings">
+ <span i18n-content="hotwordSearchTimeoutDescription"></span>
+ </div>
+ </div>
+ <div class="checkbox">
+ <span class="controlled-setting-with-label">
+ <input id="hotword-search-incognito-enable"
+ pref="hotword.incognito_search_enabled" type="checkbox">
+ <span>
+ <label for="hotword-search-incognito-enable"
+ i18n-content="hotwordSearchIncognito">
+ </label>
+ <span class="controlled-setting-indicator"
+ pref="hotword.incognito_search_enabled">
+ </span>
+ </span>
+ </span>
+ </div>
+ </div>
+ </div>
+ </div>
</section>
<section id="sync-users-section" guest-visibility="hidden">
<h3 i18n-content="sectionTitleUsers"></h3>
« no previous file with comments | « chrome/browser/resources/options/browser_options.css ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698