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

Unified Diff: content/public/common/content_client.cc

Issue 1934193003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
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 | « content/public/common/content_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index 087d8b788049e11d8165286902945681877874e3..0c6a8b2afd0ad811f9555e64f24ca086f3a8e49b 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -123,4 +123,10 @@ base::StringPiece ContentClient::GetOriginTrialPublicKey() {
return base::StringPiece();
}
+#if defined(OS_ANDROID)
+media::MediaClientAndroid* ContentClient::GetMediaClientAndroid() {
+ return nullptr;
+}
+#endif // OS_ANDROID
+
} // namespace content
« no previous file with comments | « content/public/common/content_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698