| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js
|
| index 7c8e8fcabf37f73b4ec3c741716fc97cc8b5f24d..9e154d200afb2812308cf0b8ec9d781811f1a410 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js
|
| @@ -74,7 +74,7 @@ cvox.OptionsPage.init = function() {
|
| localStorage['brailleSideBySide'] === 'true' ?
|
| currentlyDisplayingSideBySide : currentlyDisplayingInterleave;
|
|
|
| - chrome.commandLinePrivate.hasSwitch('enable-default-media-session',
|
| + chrome.commandLinePrivate.hasSwitch('enable-audio-focus',
|
| function(result) {
|
| if (!result) {
|
| $('audioStrategy').hidden = true;
|
|
|