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

Unified Diff: media/base/media_switches.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 | « content/browser/media/session/pepper_player_delegate.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index fbb84540d0e546186cd9dad77044401ca663b9ca..d0991661cca97f794aab28cd99aa449510d9780e 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -46,11 +46,11 @@ MEDIA_EXPORT extern const char kUseCras[];
#endif
#if !defined(OS_ANDROID) || BUILDFLAG(ENABLE_PLUGINS)
-MEDIA_EXPORT extern const char kEnableDefaultMediaSession[];
+MEDIA_EXPORT extern const char kEnableAudioFocus[];
#endif // !defined(OS_ANDROID) || BUILDFLAG(ENABLE_PLUGINS)
#if BUILDFLAG(ENABLE_PLUGINS)
-MEDIA_EXPORT extern const char kEnableDefaultMediaSessionDuckFlash[];
+MEDIA_EXPORT extern const char kEnableAudioFocusDuckFlash[];
#endif // BUILDFLAG(ENABLE_PLUGINS)
#if BUILDFLAG(ENABLE_RUNTIME_MEDIA_RENDERER_SELECTION)
« no previous file with comments | « content/browser/media/session/pepper_player_delegate.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698