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

Unified Diff: chrome/browser/about_flags.cc

Issue 1742933002: Remove EME and MSE from RuntimeEnabledFeatures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 4 years, 9 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/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/chrome_restart_request.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 f84d81af75280a43e2c884fac825c34bfa49b853..6ec41ea83f5d8f4fe215c2ceac46b19f682c4455 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -695,9 +695,6 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-alternative-services", IDS_FLAGS_ALTSVC_NAME,
IDS_FLAGS_ALTSVC_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableAlternativeServices)},
- {"disable-media-source", IDS_FLAGS_MEDIA_SOURCE_NAME,
- IDS_FLAGS_MEDIA_SOURCE_DESCRIPTION, kOsAll,
- SINGLE_DISABLE_VALUE_TYPE(switches::kDisableMediaSource)},
{"disable-javascript-harmony-shipping",
IDS_FLAGS_JAVASCRIPT_HARMONY_SHIPPING_NAME,
IDS_FLAGS_JAVASCRIPT_HARMONY_SHIPPING_DESCRIPTION, kOsAll,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698