| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index bd10931ff8f54268692cc63038f04fa476970a46..3ddc99fd2328100cc2af8c025fab3c82d8b21c59 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -380,6 +380,9 @@ const char kEnableOfflineAutoReloadVisibleOnly[] =
|
| const char kEnablePermissionActionReporting[] =
|
| "enable-permission-action-reporting";
|
|
|
| +// Enables the picture in picture feature for videos.
|
| +const char kEnablePictureInPicture[] = "enable-picture-in-picture";
|
| +
|
| // Enables a number of potentially annoying security features (strict mixed
|
| // content mode, powerful feature restrictions, etc.)
|
| const char kEnablePotentiallyAnnoyingSecurityFeatures[] =
|
|
|