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

Unified Diff: media/base/media_switches.cc

Issue 2390633002: Rename media switch "flash-join-media-session" to "FlashJoinsMediaSession" (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index ef00108124892f087c06ef3aee9190cf8dc38fca..cb019c6334bc8c36cd1179cb7c39449d7cefd18e 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -136,7 +136,7 @@ const base::Feature kMediaFoundationH264Encoding{
#if defined(ENABLE_PLUGINS)
// Let flash join and be controlled by media session, only valid when
// |kEnableDefaultMediaSession| is on.
-const base::Feature kFlashJoinsMediaSession{"flash-join-media-session",
+const base::Feature kFlashJoinsMediaSession{"FlashJoinsMediaSession",
base::FEATURE_DISABLED_BY_DEFAULT};
#endif // defined(ENABLE_PLUGINS)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698