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

Unified Diff: components/cdm/browser/widevine_drm_delegate_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
« no previous file with comments | « components/cdm/browser/BUILD.gn ('k') | components/cdm/browser/widevine_drm_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cdm/browser/widevine_drm_delegate_android.h
diff --git a/components/cdm/browser/widevine_drm_delegate_android.h b/components/cdm/browser/widevine_drm_delegate_android.h
deleted file mode 100644
index 6beb601cbe06b7cccc3927556aff58a5b94a1d7f..0000000000000000000000000000000000000000
--- a/components/cdm/browser/widevine_drm_delegate_android.h
+++ /dev/null
@@ -1,34 +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 COMPONENTS_CDM_BROWSER_WIDEVINE_DRM_DELEGATE_ANDROID_H_
-#define COMPONENTS_CDM_BROWSER_WIDEVINE_DRM_DELEGATE_ANDROID_H_
-
-#include <stdint.h>
-
-#include "base/macros.h"
-#include "media/base/android/media_drm_bridge_delegate.h"
-
-namespace cdm {
-
-class WidevineDrmDelegateAndroid : public media::MediaDrmBridgeDelegate {
- public:
- WidevineDrmDelegateAndroid();
- ~WidevineDrmDelegateAndroid() override;
-
- // media::MediaDrmBridgeDelegate implementation:
- const std::vector<uint8_t> GetUUID() const override;
- bool OnCreateSession(
- const media::EmeInitDataType init_data_type,
- const std::vector<uint8_t>& init_data,
- std::vector<uint8_t>* init_data_out,
- std::vector<std::string>* optional_parameters_out) override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(WidevineDrmDelegateAndroid);
-};
-
-} // namespace cdm
-
-#endif // COMPONENTS_CDM_BROWSER_WIDEVINE_DRM_DELEGATE_ANDROID_H_
« no previous file with comments | « components/cdm/browser/BUILD.gn ('k') | components/cdm/browser/widevine_drm_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698