| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index 7fdcfba8fc35e8b2b2c72ee98af2daf0cc5399e8..085191d1c8c1f816c504b593296b20be6c61f50e 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -2812,6 +2812,14 @@ extern const char kVideoFullscreenOrientationLockName[];
|
| // playback.
|
| extern const char kVideoFullscreenOrientationLockDescription[];
|
|
|
| +// Video rotate-to-fullscreen experiment strings.
|
| +
|
| +// Name of the flag for enabling rotate-to-fullscreen for video playback.
|
| +extern const char kVideoRotateToFullscreenName[];
|
| +
|
| +// Description of the flag for enabling rotate-to-fullscreen for video playback.
|
| +extern const char kVideoRotateToFullscreenDescription[];
|
| +
|
| // Expensive background timer throttling flag
|
|
|
| // Name for the flag to enable expensive background timer throttling
|
|
|