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

Unified Diff: chrome/browser/about_flags.cc

Issue 2437623005: Let Flash take one-shot focus in default MediaSession (Closed)
Patch Set: IsDuckFlash -> ShouldDuckFlash 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 | « chrome/app/generated_resources.grd ('k') | content/browser/media/session/pepper_playback_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/browser/media/session/pepper_playback_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698