build: remove enable_picture_in_picture build flag (#38620)

Co-authored-by: Milan Burda <miburda@microsoft.com>
This commit is contained in:
Milan Burda
2023-06-08 08:56:31 +02:00
committed by GitHub
parent 933544d449
commit 0294debc31
10 changed files with 30 additions and 68 deletions

View File

@@ -11,7 +11,6 @@ declare namespace NodeJS {
isFakeLocationProviderEnabled(): boolean;
isViewApiEnabled(): boolean;
isPrintingEnabled(): boolean;
isPictureInPictureEnabled(): boolean;
isExtensionsEnabled(): boolean;
isComponentBuild(): boolean;
}