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

Unified Diff: chrome/browser/about_flags.cc

Issue 1153543015: media: Remove kDisableInfobarForProtectedMediaIdentifier flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | chrome/browser/media/protected_media_identifier_permission_context.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 1c9ccbeec1efe3ab70c3400aa26021323ea69fad..c1a3d68ae40f31cfbc820145d01c8bce627204f0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -836,15 +836,6 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kDisablePrefixedEncryptedMedia)
},
-#if defined(OS_ANDROID)
- {
- "disable-infobar-for-protected-media-identifier",
- IDS_FLAGS_DISABLE_INFOBAR_FOR_PROTECTED_MEDIA_IDENTIFIER_NAME,
ddorwin 2015/06/11 02:28:53 You probably need to modify a .grd file too.
xhwang 2015/06/11 04:46:47 Oops. Thanks for catching that! Done.
- IDS_FLAGS_DISABLE_INFOBAR_FOR_PROTECTED_MEDIA_IDENTIFIER_DESCRIPTION,
- kOsAndroid,
- SINGLE_VALUE_TYPE(switches::kDisableInfobarForProtectedMediaIdentifier)
- },
-#endif // defined(OS_ANDROID)
{
"disable-javascript-harmony-shipping",
IDS_FLAGS_DISABLE_JAVASCRIPT_HARMONY_SHIPPING_NAME,
« no previous file with comments | « no previous file | chrome/browser/media/protected_media_identifier_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698