| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 3ea0fd0d1d381c80ef641b9bb0d592de03148027..0275b4707bcce367f723f3495a15a71bf3cb2d93 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -236,9 +236,6 @@ config("feature_flags") {
|
| if (enable_hangout_services_extension) {
|
| defines += [ "ENABLE_HANGOUT_SERVICES_EXTENSION=1" ]
|
| }
|
| - if (enable_video_hole) {
|
| - defines += [ "VIDEO_HOLE=1" ]
|
| - }
|
| if (safe_browsing_mode == 1) {
|
| defines += [ "FULL_SAFE_BROWSING" ]
|
| defines += [ "SAFE_BROWSING_CSD" ]
|
|
|