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

Unified Diff: chrome/common/chrome_content_client.cc

Issue 2756333002: Rename MediaClientAndroid to MediaDrmBridgeClient (Closed)
Patch Set: Fix .h guards Created 3 years, 9 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 | « chrome/common/chrome_content_client.h ('k') | chrome/common/chrome_media_client_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_content_client.cc
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
index 91acb7d5f6cee2592df87450f8da7967c4ada7cd..8657954806bb67e24d798ba0d556db6ba4277333 100644
--- a/chrome/common/chrome_content_client.cc
+++ b/chrome/common/chrome_content_client.cc
@@ -91,7 +91,7 @@
#endif
#if defined(OS_ANDROID)
-#include "chrome/common/chrome_media_client_android.h"
+#include "chrome/common/media/chrome_media_drm_bridge_client.h"
#endif
namespace {
@@ -712,7 +712,7 @@ content::OriginTrialPolicy* ChromeContentClient::GetOriginTrialPolicy() {
}
#if defined(OS_ANDROID)
-media::MediaClientAndroid* ChromeContentClient::GetMediaClientAndroid() {
- return new ChromeMediaClientAndroid();
+media::MediaDrmBridgeClient* ChromeContentClient::GetMediaDrmBridgeClient() {
+ return new ChromeMediaDrmBridgeClient();
}
#endif // OS_ANDROID
« no previous file with comments | « chrome/common/chrome_content_client.h ('k') | chrome/common/chrome_media_client_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698