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

Unified Diff: media/base/media_switches.h

Issue 2881843003: (merge m59) Added switch for bypassing protected media identifier permission (Closed)
Patch Set: Created 3 years, 7 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/test/BUILD.gn ('k') | media/base/media_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index b2234d1a2a9ff861c265f6e3f643da3aff6c0e1a..1eb4e6a97266e228939d26b3c17ccc4fab49add9 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -43,6 +43,9 @@ MEDIA_EXPORT extern const char kWaveOutBuffers[];
MEDIA_EXPORT extern const char kUseCras[];
#endif
+MEDIA_EXPORT extern const char
+ kUnsafelyAllowProtectedMediaIdentifierForDomain[];
+
#if !defined(OS_ANDROID) || BUILDFLAG(ENABLE_PLUGINS)
MEDIA_EXPORT extern const char kEnableDefaultMediaSession[];
#endif // !defined(OS_ANDROID) || BUILDFLAG(ENABLE_PLUGINS)
« no previous file with comments | « chrome/test/BUILD.gn ('k') | media/base/media_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698