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

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..b41e653e44963a57e118cce92db14a148b6e7fe9 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
@@ -60,9 +60,10 @@ cvox.ChromeVoxPrefs = function() {
*/
cvox.ChromeVoxPrefs.DEFAULT_PREFS = {
'active': true,
+ 'audioStrategy': 'audioNormal',
'brailleCaptions': false,
'brailleSideBySide': true,
- // TODO(dtseng): Leaking state about multiple key maps here until we have a
+ // TODO(dtseng): Leaking state about multiple key maps here until we have a
dmazzoni 2016/12/13 21:02:19 nit: looks like indentation accidentally changed h
// class to manage multiple key maps. Also, this doesn't belong as a pref;
// should just store in local storage.
'currentKeyMap' : cvox.KeyMap.DEFAULT_KEYMAP,

Powered by Google App Engine
This is Rietveld 408576698