Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index 18397354fffdcae1d4c55550805006796be5df12..5b9dfacdf1a50ce2eea9f3c7d776791a317753f4 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -2590,6 +2590,15 @@ const char kVideoFullscreenOrientationLockDescription[] = |
"Lock the screen orientation of the device to match video orientation " |
"when a video goes fullscreen. Only on phones."; |
+// Video rotate-to-fullscreen experiment strings. |
+ |
+const char kVideoRotateToFullscreenName[] = |
+ "Rotate-to-fullscreen gesture for videos."; |
+ |
+const char kVideoRotateToFullscreenDescription[] = |
+ "Enter/exit fullscreen when device is rotated to/from the orientation of " |
+ "the video. Only on phones."; |
+ |
// Expensive background timer throttling flag |
const char kExpensiveBackgroundTimerThrottlingName[] = |