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

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

Issue 2563013003: Support audio ducking and suspension in ChromeVox (Closed)
Patch Set: Fix compile. 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/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 eb21a3859e3bedb4389f3833ffc618451a0c27a8..ab1f3da8dd64ffe82d74ae426f9cd905741669c6 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
@@ -60,6 +60,7 @@ cvox.ChromeVoxPrefs = function() {
*/
cvox.ChromeVoxPrefs.DEFAULT_PREFS = {
'active': true,
+ 'audioStrategy': 'audioNormal',
'autoRead': false,
'brailleCaptions': false,
'brailleSideBySide': true,

Powered by Google App Engine
This is Rietveld 408576698