summaryrefslogtreecommitdiffstats
path: root/media/base/media_switches.h
diff options
context:
space:
mode:
authormiu <miu@chromium.org>2015-05-09 18:39:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-10 01:40:23 +0000
commit9160c54f557035f966bed567e1bb7950d1479162 (patch)
treecbf90a2e425f96e11a0f1021d98c84c2a13d397b /media/base/media_switches.h
parentad576e7a77b87bfd0ed09b46cf9fdfacd342672b (diff)
downloadchromium_src-9160c54f557035f966bed567e1bb7950d1479162.zip
chromium_src-9160c54f557035f966bed567e1bb7950d1479162.tar.gz
chromium_src-9160c54f557035f966bed567e1bb7950d1479162.tar.bz2
Revert of Added stub MediaSourcePlayer for developing behind the flag (patchset #13 id:240001 of https://codereview.chromium.org/1076013002/)
Reason for revert: Broke Android Clang Builder (dbg): http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20Clang%20Builder%20%28dbg%29&number=59307 Original issue's description: > Added stub MediaSourcePlayer for developing behind the flag > > Added a new experimental flag and stub implementation for > the player. Created Media thread and redirected demuxer > messages to it. > > BUG=none > > Committed: https://crrev.com/8ad68b12db7db320a37e39e94be8d45205fee626 > Cr-Commit-Position: refs/heads/master@{#329059} TBR=qinmin@chromium.org,timav@google.com,xhwang@chromium.org,sievers@chromium.org,timav@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=none Review URL: https://codereview.chromium.org/1132973002 Cr-Commit-Position: refs/heads/master@{#329061}
Diffstat (limited to 'media/base/media_switches.h')
-rw-r--r--media/base/media_switches.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 13627f5..b07ff5a 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -23,7 +23,6 @@ MEDIA_EXPORT extern const char
#if defined(OS_ANDROID)
MEDIA_EXPORT extern const char kDisableInfobarForProtectedMediaIdentifier[];
-MEDIA_EXPORT extern const char kEnableMediaThreadForMediaPlayback[];
#endif
#if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_SOLARIS)