Chromium Code Reviews| 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" |