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

Side by Side 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, 7 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 unified diff | Download patch
« no previous file with comments | « media/base/android/BUILD.gn ('k') | media/base/media_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 package org.chromium.media;
6
7 /**
8 * Contains command line switches that are specific to the media layer.
9 */
10 public abstract class MediaSwitches {
11 // Ignores all autoplay restrictions. It will ignore the current autoplay po licy and all
12 // restrictions such as playback in a background tab. It should only be enab led for testing.
13 public static final String IGNORE_AUTOPLAY_RESTRICTIONS_FOR_TESTS =
14 "ignore-autoplay-restrictions";
15
16 // Prevents instantiation.
17 private MediaSwitches() {}
18 }
OLDNEW
« 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