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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/media_automation_handler.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/cvox2/background/media_automation_handler.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/media_automation_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/media_automation_handler.js
index a06ac1ff48ea7dd8d4daad7c65ec1d3cbf31dc1a..ff6f1fad3847f6a6ea5f1fcbcc2acb4be8f18931 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/media_automation_handler.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/media_automation_handler.js
@@ -5,7 +5,7 @@
/**
* @fileoverview Handles media automation events. Note that to perform any of
* the actions below such as ducking, and suspension of media sessions, the
- * --enable-default-media-session flag must be passed at the command line.
+ * --enable-audio-focus flag must be passed at the command line.
*/
goog.provide('MediaAutomationHandler');

Powered by Google App Engine
This is Rietveld 408576698