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

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

Issue 2871583004: Rename --enable-default-media-session to --enable-audio-focus. (Closed)
Patch Set: Created 3 years, 7 months 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/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;

Powered by Google App Engine
This is Rietveld 408576698