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

Unified Diff: chrome/browser/about_flags.cc

Issue 2845973005: Reland of name 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 07a8c5963af3cd0050da6dbef93ec8a424c5c93d..fa94e2c9f701904c8eb8867e322b08ed9dfddad1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1447,11 +1447,6 @@
{"default-tile-height", flag_descriptions::kDefaultTileHeightName,
flag_descriptions::kDefaultTileHeightDescription, kOsAll,
MULTI_VALUE_TYPE(kDefaultTileHeightChoices)},
- {"disable-gesture-requirement-for-media-playback",
- flag_descriptions::kGestureRequirementForMediaPlaybackName,
- flag_descriptions::kGestureRequirementForMediaPlaybackDescription, kOsAll,
- SINGLE_DISABLE_VALUE_TYPE(
- switches::kDisableGestureRequirementForMediaPlayback)},
#if defined(OS_CHROMEOS)
{"enable-virtual-keyboard", flag_descriptions::kVirtualKeyboardName,
flag_descriptions::kVirtualKeyboardDescription, kOsCrOS,

Powered by Google App Engine
This is Rietveld 408576698