| 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);
|
|
|