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

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: rebase only 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 3a80f0000e905bb948a49a2710953d59bf96a8c5..ef261f9dedd2503b1ff549c49640751997b9d54a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -716,13 +716,6 @@ const Experiment kExperiments[] = {
IDS_FLAGS_DISABLE_PREFIXED_ENCRYPTED_MEDIA_DESCRIPTION,
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,
- 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,
IDS_FLAGS_DISABLE_JAVASCRIPT_HARMONY_SHIPPING_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/media/protected_media_identifier_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698