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

Unified Diff: media/base/media_switches.h

Issue 2060933002: Let Flash join and be controlled by media session (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pepper_to_contents
Patch Set: addressed dcheng and mlamouri's comments Created 4 years, 6 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: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 104bb0371f516c4d091187cdcae0bea33f37bf43..8284afc8754043da65012b92afc1e0b1474d3e10 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -71,6 +71,11 @@ namespace media {
// All features in alphabetical order. The features should be documented
// alongside the definition of their values in the .cc file.
+
+#if defined(ENABLE_PLUGINS)
+MEDIA_EXPORT extern const base::Feature kFlashJoinsMediaSession;
+#endif // defined(ENABLE_PLUGINS)
+
MEDIA_EXPORT extern const base::Feature kNewAudioRenderingMixingStrategy;
MEDIA_EXPORT extern const base::Feature kUseNewMediaCache;

Powered by Google App Engine
This is Rietveld 408576698