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

Unified Diff: media/base/media_switches.h

Issue 2873983002: Add --enable-internal-media-session to trigger the MediaSession backend. (Closed)
Patch Set: rebase 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/test/BUILD.gn ('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 f75ce8b6ac34e79dad09000270681ece889a4b52..1adbabcf6b5adfc8fda6bf3f49ce8f55243558fc 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -86,6 +86,10 @@ MEDIA_EXPORT extern const char kMSEVideoBufferSizeLimit[];
MEDIA_EXPORT extern const char kIgnoreAutoplayRestrictionsForTests[];
+#if !defined(OS_ANDROID)
+MEDIA_EXPORT extern const char kEnableInternalMediaSession[];
+#endif // !defined(OS_ANDROID)
+
namespace autoplay {
MEDIA_EXPORT extern const char kNoUserGestureRequiredPolicy[];
« no previous file with comments | « content/test/BUILD.gn ('k') | media/base/media_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698