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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js

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/prefs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
index eaeb939e9e8b395aa7e6ef4c2e8c99c8d1651bf2..5cfe503b77f48420062a3c3256a8ab68633d4703 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
@@ -69,7 +69,6 @@ cvox.ChromeVoxPrefs.DEFAULT_PREFS = {
'earcons': true,
'focusFollowsMouse': false,
'granularity': undefined,
- 'outputContextFirst': false,
'position': '{}',
'siteSpecificScriptBase':
'https://ssl.gstatic.com/accessibility/javascript/ext/',

Powered by Google App Engine
This is Rietveld 408576698