| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 9d9571563d2bca9469a57aa9c47785938acbcae0..35296de06dc6a5d5336ab9c9e603ff8ea8354d07 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -68,10 +68,6 @@ config("feature_flags") {
|
| if (enable_notifications) {
|
| defines += [ "ENABLE_NOTIFICATIONS" ]
|
| }
|
| - if (enable_pepper_cdms) {
|
| - # TODO(brettw) should probably be "=1"
|
| - defines += [ "ENABLE_PEPPER_CDMS" ]
|
| - }
|
| if (enable_plugins) {
|
| defines += [ "ENABLE_PLUGINS=1" ]
|
| }
|
|
|