| Index: chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| diff --git a/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc b/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| index ef7a27e28d11a6d9df098220d2967ca899a8fa9c..52d3c4198832966da6fc94248843979ec35c333b 100644
|
| --- a/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| +++ b/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| @@ -192,7 +192,7 @@ int32_t PepperOutputProtectionMessageFilter::Delegate::OnQueryStatus(
|
| *link_mask |= chromeos::OUTPUT_TYPE_NETWORK;
|
| }
|
|
|
| - return PP_OK;
|
| + return result ? PP_OK : PP_ERROR_FAILED;
|
| }
|
|
|
| int32_t PepperOutputProtectionMessageFilter::Delegate::OnEnableProtection(
|
|
|