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

Unified Diff: chrome/browser/android/chrome_media_client_android.h

Issue 1907263003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/browser/android/chrome_media_client_android.h
diff --git a/chrome/browser/android/chrome_media_client_android.h b/chrome/browser/android/chrome_media_client_android.h
deleted file mode 100644
index fb7c0276c851832e798eee3883c65e9291cc3fd7..0000000000000000000000000000000000000000
--- a/chrome/browser/android/chrome_media_client_android.h
+++ /dev/null
@@ -1,29 +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 CHROME_BROWSER_ANDROID_CHROME_MEDIA_CLIENT_ANDROID_H_
-#define CHROME_BROWSER_ANDROID_CHROME_MEDIA_CLIENT_ANDROID_H_
-
-#include <stdint.h>
-
-#include "base/macros.h"
-#include "components/cdm/browser/widevine_drm_delegate_android.h"
-#include "media/base/android/media_client_android.h"
-
-class ChromeMediaClientAndroid : public media::MediaClientAndroid {
- public:
- ChromeMediaClientAndroid();
- ~ChromeMediaClientAndroid() override;
-
- private:
- // media::MediaClientAndroid implementation:
- media::MediaDrmBridgeDelegate* GetMediaDrmBridgeDelegate(
- const std::vector<uint8_t>& scheme_uuid) override;
-
- cdm::WidevineDrmDelegateAndroid widevine_delegate_;
-
- DISALLOW_COPY_AND_ASSIGN(ChromeMediaClientAndroid);
-};
-
-#endif // CHROME_BROWSER_ANDROID_CHROME_MEDIA_CLIENT_ANDROID_H_
« no previous file with comments | « android_webview/browser/aw_media_client_android.h ('k') | chrome/browser/android/chrome_media_client_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698