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

Unified Diff: chrome/browser/media/output_protection_proxy.cc

Issue 2675743002: PPAPI: Make output protection API work with mus+ash (Closed)
Patch Set: Addressed review issues Created 3 years, 10 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/media/output_protection_proxy.cc
diff --git a/chrome/browser/media/output_protection_proxy.cc b/chrome/browser/media/output_protection_proxy.cc
index f213a7052106159a14d82bfbe463d0b8286dac6b..eeccbc899b13cd0ed80c194dfd53420d5816bd21 100644
--- a/chrome/browser/media/output_protection_proxy.cc
+++ b/chrome/browser/media/output_protection_proxy.cc
@@ -46,7 +46,7 @@ void OutputProtectionProxy::EnableProtection(
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
#if defined(OS_CHROMEOS)
- output_protection_delegate_.EnableProtection(desired_method_mask, callback);
+ output_protection_delegate_.SetProtection(desired_method_mask, callback);
#else // defined(OS_CHROMEOS)
NOTIMPLEMENTED();
callback.Run(false);
« no previous file with comments | « chrome/browser/chromeos/display/output_protection_delegate.cc ('k') | content/public/app/mojo/content_browser_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698