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

Unified Diff: android_webview/common/aw_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 | « android_webview/common/aw_content_client.h ('k') | android_webview/common/aw_media_client_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_content_client.cc
diff --git a/android_webview/common/aw_content_client.cc b/android_webview/common/aw_content_client.cc
index 353da6a846f20eb8589e8a9a660d8ea89e0de73f..99258489eb7623bb250d21c2aabbed13520cf3e5 100644
--- a/android_webview/common/aw_content_client.cc
+++ b/android_webview/common/aw_content_client.cc
@@ -4,7 +4,7 @@
#include "android_webview/common/aw_content_client.h"
-#include "android_webview/common/aw_media_client_android.h"
+#include "android_webview/common/aw_media_drm_bridge_client.h"
#include "android_webview/common/aw_resource.h"
#include "android_webview/common/aw_version_info_values.h"
#include "android_webview/common/crash_reporter/crash_keys.h"
@@ -97,8 +97,9 @@ bool AwContentClient::UsingSynchronousCompositing() {
return true;
}
-media::MediaClientAndroid* AwContentClient::GetMediaClientAndroid() {
- return new AwMediaClientAndroid(AwResource::GetConfigKeySystemUuidMapping());
+media::MediaDrmBridgeClient* AwContentClient::GetMediaDrmBridgeClient() {
+ return new AwMediaDrmBridgeClient(
+ AwResource::GetConfigKeySystemUuidMapping());
}
} // namespace android_webview
« no previous file with comments | « android_webview/common/aw_content_client.h ('k') | android_webview/common/aw_media_client_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698