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 8d9e42df8cae2f9954385d17a38ef32a2be888e1..040f7aa952fc70d3a22c5fa68d9a4193d3c1930c 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -151,29 +151,45 @@ |
i18n-content="defaultSearchManageEngines"> |
</button> |
</div> |
- </div> |
- </section> |
- <section> |
- <h3 id="voice-section-title" i18n-content="sectionTitleVoice" hidden></h3> |
- <div id="voice-section-content"> |
- <div id="hotword-always-on-search" hidden> |
- <div class="checkbox controlled-setting-with-label"> |
- <label> |
- <input id="hotword-always-on-search-checkbox" |
- pref="hotword.always_on_search_enabled" type="checkbox"> |
- <span i18n-content="hotwordAlwaysOnSearchEnable"></span> |
- </label> |
+ <div id="hotword-always-on-search" hidden> |
+ <div class="checkbox controlled-setting-with-label"> |
+ <label> |
+ <input id="hotword-always-on-search-checkbox" |
+ pref="hotword.always_on_search_enabled" type="checkbox"> |
+ <span i18n-content="hotwordSearchEnable"></span> |
+ </label> |
+ <a target="_blank" class="hotword-learn-more-link" |
+ i18n-content="learnMore" |
+ i18n-values="href:hotwordLearnMoreURL"></a> |
+ <br> |
James Hawkins
2014/10/28 22:42:55
Why is this <br> being used?
kcarattini
2014/10/28 23:22:51
Done.
|
+ <span class="hotword-description" |
+ i18n-content="hotwordAlwaysOnDesc"></span> |
+ </div> |
</div> |
- </div> |
- <div id="audio-logging" hidden> |
- <div class="checkbox controlled-setting-with-label"> |
- <label> |
- <input pref="hotword.audio_logging_enabled" type="checkbox"> |
- <span i18n-content="hotwordAudioHistoryEnable"></span> |
- </label> |
+ <div id="hotword-no-dsp-search" hidden> |
+ <div class="checkbox controlled-setting-with-label"> |
+ <label> |
+ <input id="hotword-no-dsp-search-checkbox" |
+ pref="hotword.search_enabled_2" type="checkbox"> |
+ <span i18n-content="hotwordSearchEnable"></span> |
+ </label> |
+ <a target="_blank" class="hotword-learn-more-link" |
+ i18n-content="learnMore" |
+ i18n-values="href:hotwordLearnMoreURL"></a> |
+ <br> |
+ <span class="hotword-description" |
+ i18n-content="hotwordNoDSPDesc"></span> |
+ </div> |
+ </div> |
+ <div id="audio-logging" hidden> |
+ <div class="checkbox controlled-setting-with-label"> |
+ <label> |
+ <input pref="hotword.audio_logging_enabled" type="checkbox"> |
+ <span i18n-content="hotwordAudioHistoryEnable"></span> |
+ </label> |
+ </div> |
</div> |
</div> |
- </div> |
</section> |
<section id="sync-users-section" guest-visibility="hidden"> |
<h3 i18n-content="sectionTitleUsers"></h3> |