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

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

Issue 693393004: Add error indicators to always-on andno-dsp hotword checkboxes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove error conditions used for testing Created 6 years, 1 month 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 da7f19062aed1af9857ed1a9fe6ab3e5aa4b67bf..03e4aa76eba8eec7a233407eb2ab7a36e9c0b27a 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -168,6 +168,8 @@
i18n-content="learnMore"
i18n-values="href:hotwordLearnMoreURL">
</a>
+ <span id="hotword-always-on-search-setting-indicator"
+ pref="hotword.always_on_search_enabled" dialog-pref></span>
<div>
<span class="hotword-description"
i18n-content="hotwordAlwaysOnDesc">
@@ -186,6 +188,8 @@
i18n-content="learnMore"
i18n-values="href:hotwordLearnMoreURL">
</a>
+ <span id="hotword-no-dsp-search-setting-indicator"
+ pref="hotword.search_enabled_2" dialog-pref></span>
<div>
<span class="hotword-description"
i18n-content="hotwordNoDSPDesc">

Powered by Google App Engine
This is Rietveld 408576698