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

Unified Diff: media/base/android/java/src/org/chromium/media/MediaSwitches.java

Issue 2851453003: Revert of 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
« no previous file with comments | « media/base/android/BUILD.gn ('k') | media/base/media_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/java/src/org/chromium/media/MediaSwitches.java
diff --git a/media/base/android/java/src/org/chromium/media/MediaSwitches.java b/media/base/android/java/src/org/chromium/media/MediaSwitches.java
deleted file mode 100644
index ec8b2ee9931db5cbbf08f3b63737958674e6fa2c..0000000000000000000000000000000000000000
--- a/media/base/android/java/src/org/chromium/media/MediaSwitches.java
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.media;
-
-/**
- * Contains command line switches that are specific to the media layer.
- */
-public abstract class MediaSwitches {
- // Ignores all autoplay restrictions. It will ignore the current autoplay policy and all
- // restrictions such as playback in a background tab. It should only be enabled for testing.
- public static final String IGNORE_AUTOPLAY_RESTRICTIONS_FOR_TESTS =
- "ignore-autoplay-restrictions";
-
- // Prevents instantiation.
- private MediaSwitches() {}
-}
« no previous file with comments | « media/base/android/BUILD.gn ('k') | media/base/media_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698