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

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

Issue 1427183002: Move MediaDrmBridge provision communication to native side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: 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
index df6ca19228f60da1cb245407ead359721506f193..e3538dfdca580282688116c0b6827b0e9d4af6fe 100644
--- a/media/base/android/browser_cdm_factory_android.h
+++ b/media/base/android/browser_cdm_factory_android.h
@@ -9,6 +9,10 @@
#include "media/base/browser_cdm_factory.h"
#include "media/base/media_export.h"
+namespace net {
+class URLRequestContextGetter;
xhwang 2015/11/02 20:37:04 Why do we need this here?
Tima Vaisburd 2015/11/05 02:24:07 Removed.
+}
+
namespace media {
class MEDIA_EXPORT BrowserCdmFactoryAndroid : public BrowserCdmFactory {

Powered by Google App Engine
This is Rietveld 408576698