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

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

Issue 2387413002: Improve speech contextual announcements and startCallback synchronization (Closed)
Patch Set: Disable test; it lonly works if you have Google tts installed locally. Created 4 years, 2 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
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 fbc65d197a142f8f7abd9fd16c415c9a0c554779..19dd72fc3ae35ca7cc6a43b124079e5cf8d60165 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.html
@@ -56,13 +56,6 @@
</div>
<div class="option">
- <input id="outputContextFirst" aria-labelledby="outputContextFirstLabel" type="checkbox" class="checkbox pref" name="outputContextFirst"></input>
- <label id="outputContextFirstLabel" class="i18n" msgid="options_output_context_first">
- Display an item's context before other information (such as its name).
- </label>
- </div>
-
- <div class="option">
<input id="useNext" aria-labelledby="useNextLabel" type="checkbox" class="checkbox pref" name="useNext"></input>
<label id="useNextLabel" class="i18n" msgid="options_use_next_label">
Use the new ChromeVox experience (beta)

Powered by Google App Engine
This is Rietveld 408576698