Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 0275b4707bcce367f723f3495a15a71bf3cb2d93..238c4eed134cc97d1665665cef8cfc2136088563 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -72,10 +72,6 @@ config("feature_flags") { |
# TODO(brettw) should probably be "=1" |
defines += [ "ENABLE_PEPPER_CDMS" ] |
} |
- if (enable_browser_cdms) { |
- # TODO(brettw) should probably be "=1" |
- defines += [ "ENABLE_BROWSER_CDMS" ] |
- } |
if (enable_plugins) { |
defines += [ "ENABLE_PLUGINS=1" ] |
} |