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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html

Issue 2563013003: Support audio ducking and suspension in ChromeVox (Closed)
Patch Set: Support audio ducking and suspension in ChromeVox Created 4 years 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/chromeos/chromevox/chromevox/background/options.html
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
index 2ab391f24b7fb84416047ba0c5e7ec3c3c69cef2..1a50e1e2458779ddb26eeafe14588b8f1ef641bf 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
@@ -34,6 +34,20 @@
</label>
</div>
+ <div class="option">
+ <input id="useAudioDucking" type="checkbox" class="checkbox pref" name="useAudioDucking" />
+ <label for="useAudioDucking" class="i18n" msgid="options_audio_ducking">
+ Enable audio ducking.
dmazzoni 2016/12/09 18:30:10 How about: Duck other audio when ChromeVox is spea
+ </label>
+ </div>
+
+ <div class="option">
+ <input id="useAudioSuspension" type="checkbox" class="checkbox pref" name="useAudioSuspension" />
+ <label for="useAudioSuspension" class="i18n" msgid="options_audio_suspension">
+ Enable audio suspension.
dmazzoni 2016/12/09 18:30:10 How about radio buttons? It doesn't make sense to
+ </label>
+ </div>
+
<h2 class="i18n" msgid="options_voices">Voices</h2>
<p class="i18n description" msgid="options_voices_description" id="voices_description">
Change the current voice by selecting an option from the list below.

Powered by Google App Engine
This is Rietveld 408576698