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

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

Issue 158143002: Fine tuned availability of hotword plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 10 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 75bbb5da1581ba0643f8756e6265a027240dc86e..f573f471f1100c236c0a90aba4dbcbe83f33d90f 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -352,8 +352,20 @@
</span>
</span>
</div>
+ <div id="hotword-app-list" hidden>
+ <div class="checkbox">
+ <span class="controlled-setting-with-label">
+ <input id="hotword-app-list-enable" pref="hotword.app_list_enabled"
+ type="checkbox">
+ <span>
+ <label for="hotword-app-list-enable"
Evan Stade 2014/02/11 18:54:12 even though there are lots of crappy examples in t
Jun Mukai 2014/02/11 19:27:38 Done.
Evan Stade 2014/02/12 23:01:49 this is not done. It should look like this: <lab
Jun Mukai 2014/02/13 00:08:30 Fixed. Sorry for my poor understanding.
+ i18n-content="enableHotwordAppList">
+ </label>
+ </span>
+ </div>
+ </div>
</if>
- <div id ="hotword-search" hidden>
+ <div id="hotword-search" hidden>
<div class="checkbox">
<span class="controlled-setting-with-label">
<input id="hotword-search-enable" pref="hotword.search_enabled"

Powered by Google App Engine
This is Rietveld 408576698