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

Unified Diff: chrome/browser/flag_descriptions.h

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
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_manager.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index ee6ba3958dfbb58ffecc15680d87da3e30b084bc..a5707d6919b41a7b0f1fde9e2a8ebd1d00aa8881 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2882,20 +2882,20 @@ extern const char kExpensiveBackgroundTimerThrottlingDescription[];
#if !defined(OS_ANDROID)
-// Name for the flag to enable default MediaSession on desktop
-extern const char kEnableDefaultMediaSessionName[];
+// Name for the flag to enable audio focus on desktop.
+extern const char kEnableAudioFocusName[];
-// Desciption for the flag to enable default MediaSession on desktop
-extern const char kEnableDefaultMediaSessionDescription[];
+// Desciption for the flag to enable audio focus on desktop.
+extern const char kEnableAudioFocusDescription[];
-// Option for disabling the default MediaSession
-extern const char kEnableDefaultMediaSessionDisabled[];
+// Option for disabling audio focus on desktop.
+extern const char kEnableAudioFocusDisabled[];
-// Option for enabling the default MediaSession
-extern const char kEnableDefaultMediaSessionEnabled[];
+// Option for enabling audio focus on desktop.
+extern const char kEnableAudioFocusEnabled[];
-// Option for enabling the default MediaSession with Flash
-extern const char kEnableDefaultMediaSessionEnabledDuckFlash[];
+// Option for enabling audio focus with Flash support on desktop.
+extern const char kEnableAudioFocusEnabledDuckFlash[];
#endif // !defined(OS_ANDROID)
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_manager.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698