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

Unified Diff: media/base/android/media_task_runner.h

Issue 2276343005: Delete MediaCodecPlayer, it's time! (Closed)
Patch Set: Created 4 years, 4 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/media_codec_player_unittest.cc ('k') | media/base/android/media_task_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_task_runner.h
diff --git a/media/base/android/media_task_runner.h b/media/base/android/media_task_runner.h
deleted file mode 100644
index 0d5c3a38aecd837eab5702654e5fd6a7d710c8dd..0000000000000000000000000000000000000000
--- a/media/base/android/media_task_runner.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2015 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.
-
-#ifndef MEDIA_BASE_ANDROID_MEDIA_TASK_RUNNER_H_
-#define MEDIA_BASE_ANDROID_MEDIA_TASK_RUNNER_H_
-
-#include "base/single_thread_task_runner.h"
-#include "media/base/media_export.h"
-
-namespace media {
-
-// Returns the task runner for the media thread.
-MEDIA_EXPORT scoped_refptr<base::SingleThreadTaskRunner> GetMediaTaskRunner();
-
-// Returns true if the MediaCodecPlayer (which works on Media thread) should be
-// used. This behavior is controlled by a finch flag.
-MEDIA_EXPORT bool UseMediaThreadForMediaPlayback();
-
-} // namespace media
-
-#endif // MEDIA_BASE_ANDROID_MEDIA_TASK_RUNNER_H_
« no previous file with comments | « media/base/android/media_codec_player_unittest.cc ('k') | media/base/android/media_task_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698