Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2830713003: [Media controls] Add rotate-to-fullscreen gesture behind flag (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 18af4b8115408bb009a748367b64b1391ec4ca09..5289743653f564be756a860ef46aa3f4ee69a656 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2595,6 +2595,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[] =

Powered by Google App Engine
This is Rietveld 408576698