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

Unified Diff: chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc

Issue 2085063002: media: Add OutputProtectionProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 4 years, 6 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: chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc
diff --git a/chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc b/chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc
index 98934dab9a2e4a1b955d2a63824688f4dd663ab5..2b42f45645cfba9c2dfe975d9e4c2c8cb96b49bd 100644
--- a/chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc
+++ b/chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc
@@ -60,7 +60,6 @@ ChromeBrowserPepperHostFactory::CreateResourceHost(
host_->GetPpapiHost(), instance, resource, pv_filter));
}
#endif
-#if defined(OS_CHROMEOS)
case PpapiHostMsg_OutputProtection_Create::ID: {
scoped_refptr<ResourceMessageFilter> output_protection_filter(
new chrome::PepperOutputProtectionMessageFilter(host_, instance));
@@ -68,7 +67,6 @@ ChromeBrowserPepperHostFactory::CreateResourceHost(
new MessageFilterHost(host_->GetPpapiHost(), instance, resource,
output_protection_filter));
}
-#endif
}
}

Powered by Google App Engine
This is Rietveld 408576698