Index: media/base/media_switches.cc |
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc |
index 28e749dc8dbc8cbb2ae6cb3776e349355adfc14b..e9cdd0014bd00136ac24332d7d37870f8359e120 100644 |
--- a/media/base/media_switches.cc |
+++ b/media/base/media_switches.cc |
@@ -64,6 +64,11 @@ const char kWaveOutBuffers[] = "waveout-buffers"; |
const char kUseCras[] = "use-cras"; |
#endif |
+#if defined(OS_ANDROID) |
+const char kDisableInfobarForProtectedMediaIdentifierForLocalhost[] = |
raymes
2017/04/19 01:24:19
Please add a description for this and it would be
Vaage
2017/04/19 16:55:47
Done.
|
+ "disable-infobar-for-protected-media-identifier-for-localhost"; |
+#endif |
+ |
#if !defined(OS_ANDROID) || BUILDFLAG(ENABLE_PLUGINS) |
// Use a media session for each tabs in a way that two tabs can't play on top of |
// each other. This is different from the Media Session API as it is enabling a |