Commit cac47f30 authored by zqzhang's avatar zqzhang Committed by Commit bot

Rename media switch "flash-join-media-session" to "FlashJoinsMediaSession"

It is uncommon to use command-line-switch-style for base::Feature
names. This CL fixes the feature name for kFlashJoinsMediaSession.

BUG=619084

Review-Url: https://codereview.chromium.org/2390633002
Cr-Commit-Position: refs/heads/master@{#422743}
parent f745c3d8
...@@ -136,7 +136,7 @@ const base::Feature kMediaFoundationH264Encoding{ ...@@ -136,7 +136,7 @@ const base::Feature kMediaFoundationH264Encoding{
#if defined(ENABLE_PLUGINS) #if defined(ENABLE_PLUGINS)
// Let flash join and be controlled by media session, only valid when // Let flash join and be controlled by media session, only valid when
// |kEnableDefaultMediaSession| is on. // |kEnableDefaultMediaSession| is on.
const base::Feature kFlashJoinsMediaSession{"flash-join-media-session", const base::Feature kFlashJoinsMediaSession{"FlashJoinsMediaSession",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
#endif // defined(ENABLE_PLUGINS) #endif // defined(ENABLE_PLUGINS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment