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

Unified Diff: chrome/browser/flag_descriptions.h

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/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698