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

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

Issue 418693003: Shows and hides the Voice section with the hotword checkbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 79c905b9ee6a4ba59c607e79f5d6fca86aecf585..0cab9b58014e03c9337f0be0521229e73a27e408 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -153,7 +153,7 @@
</div>
</section>
<section>
- <h3 i18n-content="sectionTitleVoice"></h3>
+ <h3 id="voice-section-title" i18n-content="sectionTitleVoice" hidden></h3>
<div id="voice-section-content">
Matt Giuca 2014/07/24 06:52:09 I think you can put the <h3> inside this <div> and
kcarattini 2014/07/24 07:11:34 Moving the h3 inside the div changes the indentati
Matt Giuca 2014/07/24 07:13:29 Acknowledged.
<div id="hotword-search" hidden>
<div class="checkbox">
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698