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..b7c8803968a845b7995ade3befc2fcf884eb4da7 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', |
'brailleCaptions': false, |
'brailleSideBySide': true, |
// TODO(dtseng): Leaking state about multiple key maps here until we have a |