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

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

Issue 1408793009: media: Remove BrowserCdmFactory inferface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment for DEPS change. Created 5 years, 1 month 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/android_cdm_factory.cc ('k') | media/base/android/browser_cdm_factory_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/browser_cdm_factory_android.h
diff --git a/media/base/android/browser_cdm_factory_android.h b/media/base/android/browser_cdm_factory_android.h
deleted file mode 100644
index babae75f83ca98b1e33be1c6f7ef2e41f5477ad9..0000000000000000000000000000000000000000
--- a/media/base/android/browser_cdm_factory_android.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright 2014 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_BROWSER_CDM_FACTORY_ANDROID_H_
-#define MEDIA_BASE_BROWSER_CDM_FACTORY_ANDROID_H_
-
-#include "base/macros.h"
-#include "media/base/browser_cdm_factory.h"
-#include "media/base/media_export.h"
-
-namespace media {
-
-class MEDIA_EXPORT BrowserCdmFactoryAndroid : public BrowserCdmFactory {
- public:
- BrowserCdmFactoryAndroid() {}
- ~BrowserCdmFactoryAndroid() final {};
-
- scoped_refptr<MediaKeys> CreateBrowserCdm(
- const std::string& key_system,
- bool use_hw_secure_codecs,
- const SessionMessageCB& session_message_cb,
- const SessionClosedCB& session_closed_cb,
- const LegacySessionErrorCB& legacy_session_error_cb,
- const SessionKeysChangeCB& session_keys_change_cb,
- const SessionExpirationUpdateCB& session_expiration_update_cb) final;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(BrowserCdmFactoryAndroid);
-};
-
-} // namespace media
-
-#endif // MEDIA_BASE_BROWSER_CDM_FACTORY_ANDROID_H_
« no previous file with comments | « media/base/android/android_cdm_factory.cc ('k') | media/base/android/browser_cdm_factory_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698