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

Unified Diff: content/shell/renderer/shell_content_renderer_client.h

Issue 2445433003: media: Enable encrypted media content browsertests when MojoCdm is used (Closed)
Patch Set: media: Enable encrypted media content browsertests when MojoCdm is used Created 4 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: content/shell/renderer/shell_content_renderer_client.h
diff --git a/content/shell/renderer/shell_content_renderer_client.h b/content/shell/renderer/shell_content_renderer_client.h
index 7ad69716f5ad688adfb7efb0e91619ebd5f5fd82..f1cc3d8f47f18249606f388c5cfdf7b86cd2f3d2 100644
--- a/content/shell/renderer/shell_content_renderer_client.h
+++ b/content/shell/renderer/shell_content_renderer_client.h
@@ -37,7 +37,7 @@ class ShellContentRendererClient : public ContentRendererClient {
void ExposeInterfacesToBrowser(
shell::InterfaceRegistry* interface_registry) override;
-#if defined(OS_ANDROID)
+#if defined(ENABLE_MOJO_CDM)
void AddSupportedKeySystems(
std::vector<std::unique_ptr<media::KeySystemProperties>>* key_systems)
override;

Powered by Google App Engine
This is Rietveld 408576698