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

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

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/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 396a11ec2123fedd67250c42085b8dcc62e6d184..2ac5f71ddb9976fe1e3a4fc64160739be118c1c0 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
@@ -81,6 +81,8 @@ cvox.ChromeVoxPrefs.DEFAULT_PREFS = {
'useIBeamCursor': cvox.ChromeVox.isMac,
'useNext': true,
'useVerboseMode': true,
+ 'useAudioDucking': false,
dmazzoni 2016/12/09 18:30:10 Nit: sort these
+ 'useAudioSuspension': false,
'virtualBrailleRows': 1,
'virtualBrailleColumns': 40
};

Powered by Google App Engine
This is Rietveld 408576698