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

Unified Diff: media/base/media_switches.h

Issue 2437623005: Let Flash take one-shot focus in default MediaSession (Closed)
Patch Set: IsDuckFlash -> ShouldDuckFlash Created 4 years, 2 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 d821025dbef96fa1c53ed6b387fbd772f7599382..f7a2dba6af4b9a277f6e16d31976173226ab1398 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -48,7 +48,7 @@ MEDIA_EXPORT extern const char kEnableDefaultMediaSession[];
#endif // !defined(OS_ANDROID) || defined(ENABLE_PLUGINS)
#if defined(ENABLE_PLUGINS)
-MEDIA_EXPORT extern const char kEnableDefaultMediaSessionWithFlash[];
+MEDIA_EXPORT extern const char kEnableDefaultMediaSessionDuckFlash[];
#endif // defined(ENABLE_PLUGINS)
MEDIA_EXPORT extern const char kUseFakeDeviceForMediaStream[];
« 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