| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index bfa6859e3b281212f3082582aa6129e56a255e71..fe28b01603fc71aa7fbf69f34902e38b1cc6805d 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -620,9 +620,9 @@ const FeatureEntry::Choice kEnableDefaultMediaSessionChoices[] = {
|
| {IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_ENABLED,
|
| switches::kEnableDefaultMediaSession, ""},
|
| #if defined(ENABLE_PLUGINS)
|
| - {IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_ENABLED_WITH_FLASH,
|
| + {IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_ENABLED_DUCK_FLASH,
|
| switches::kEnableDefaultMediaSession,
|
| - switches::kEnableDefaultMediaSessionWithFlash},
|
| + switches::kEnableDefaultMediaSessionDuckFlash},
|
| #endif // defined(ENABLE_PLUGINS)
|
| };
|
| #endif // !defined(OS_ANDROID)
|
|
|