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 0f5d3a9e4964fb7e81e93e21e8e6105a918ba979..4ff328239f0c0efcb403e2cac38a67c92dc530b5 100644 |
| --- a/chrome/browser/resources/options/browser_options.html |
| +++ b/chrome/browser/resources/options/browser_options.html |
| @@ -152,6 +152,27 @@ |
| </div> |
| </div> |
| </section> |
| + <section> |
| + <h3 i18n-content="sectionTitleVoice"></h3> |
| + <div id="voice-section-content"> |
| + <div id="hotword-search" hidden> |
| + <div class="checkbox"> |
| + <span class="controlled-setting-with-label"> |
| + <input id="hotword-search-enable" pref="hotword.search_enabled_2" |
| + metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> |
|
James Hawkins
2014/07/16 19:39:18
nit: Indentation is 4 spaces, not attribute alignm
kcarattini
2014/07/17 01:09:06
Done.
|
| + <span> |
| + <label for="hotword-search-enable" |
| + i18n-values=".innerHTML:hotwordSearchEnable"> |
| + </label> |
| + <span id="hotword-search-setting-indicator" |
| + pref="hotword.search_enabled_2" dialog-pref> |
| + </span> |
| + </span> |
| + </span> |
| + </div> |
| + </div> |
| + </div> |
| + </section> |
| <section id="sync-users-section" guest-visibility="hidden"> |
| <h3 i18n-content="sectionTitleUsers"></h3> |
| <if expr="chromeos"> |
| @@ -402,22 +423,6 @@ |
| </span> |
| </div> |
| </if> |
| - <div id="hotword-search" hidden> |
| - <div class="checkbox"> |
| - <span class="controlled-setting-with-label"> |
| - <input id="hotword-search-enable" pref="hotword.search_enabled_2" |
| - metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> |
| - <span> |
| - <label for="hotword-search-enable" |
| - i18n-values=".innerHTML:hotwordSearchEnable"> |
| - </label> |
| - <span id="hotword-search-setting-indicator" |
| - pref="hotword.search_enabled_2" dialog-pref> |
| - </span> |
| - </span> |
| - </span> |
| - </div> |
| - </div> |
| </div> |
| </section> |
| <if expr="chromeos"> |