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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2830713003: [Media controls] Add rotate-to-fullscreen gesture behind flag (Closed)
Patch Set: Use __func__ instead per styleguide 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698