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

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: added TODO 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 0ae1953f0f33588c3ba68f6eb81d19e728b5dd28..c076f221b392121425ec88652f51240708dcd95f 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -67,6 +67,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