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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2843913003: Rename kDisableGestureRequirementForMediaPlayback and make it a test-only 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.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 2eeb915f531cac30a28ba5917b0b425f0561bfe0..035d5c89f306fb55b293e0081d0f78e7317ca202 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -715,12 +715,6 @@ extern const char kEnableTokenBindingName[];
// 'Token Binding'.
extern const char kEnableTokenBindingDescription[];
-// Title for the flag for gesture requiment for media playback
-extern const char kGestureRequirementForMediaPlaybackName[];
-
-// Description for the flag for gesture requiment for media playback
-extern const char kGestureRequirementForMediaPlaybackDescription[];
-
// Description for the flag to adjust the default behaviour for document level
// passive touch listeners.
extern const char kPassiveDocumentEventListenersDescription[];

Powered by Google App Engine
This is Rietveld 408576698