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

Unified Diff: media/base/media_switches.h

Issue 2060933002: Let Flash join and be controlled by media session (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pepper_to_contents
Patch Set: modified when to add/remove player to/from MediaSession Created 4 years, 6 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
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 8edd7ecff8fa966918f75ffa78715a876343445f..3dea8b520250ec2e82163d804a8e9a12c6e46342 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -71,6 +71,8 @@ namespace media {
// All features in alphabetical order. The features should be documented
// alongside the definition of their values in the .cc file.
+MEDIA_EXPORT extern const base::Feature kFlashJoinsMediaSession;
+
MEDIA_EXPORT extern const base::Feature kUseNewMediaCache;
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698