Commit 337b8308 authored by ddorwin's avatar ddorwin Committed by Commit bot

Remove obsolete use of kDisableInfobarForProtectedMediaIdentifier in Cast for Android.

BUG=489429

Review URL: https://codereview.chromium.org/1139823007

Cr-Commit-Position: refs/heads/master@{#330445}
parent 0bd1dade
......@@ -41,7 +41,6 @@
#include "media/audio/audio_manager.h"
#include "media/audio/audio_manager_factory.h"
#include "media/base/browser_cdm_factory.h"
#include "media/base/media_switches.h"
#if defined(OS_ANDROID)
#include "chromecast/browser/media/cast_media_client_android.h"
......@@ -163,7 +162,6 @@ DefaultCommandLineSwitch g_default_switches[] = {
// Disables Chromecast-specific WiFi-related features on ATV for now.
{ switches::kNoWifi, "" },
{ switches::kEnableOverlayFullscreenVideo, ""},
{ switches::kDisableInfobarForProtectedMediaIdentifier, ""},
{ switches::kDisableGestureRequirementForMediaPlayback, ""},
#endif
// Always enable HTMLMediaElement logs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment