| 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 00a6bee81887b46a9e3456bc9ec995a863d84ff7..d07217886f0ad29e4106bbddef1ed6dbd1c4cf7c 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
|
| @@ -124,6 +124,11 @@ PepperOutputProtectionMessageFilter::Delegate::Delegate(int render_process_id,
|
| client_id_(ui::DisplayConfigurator::kInvalidClientId),
|
| display_id_(0) {
|
| DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
|
| +#if defined(USE_ATHENA)
|
| + // Fail for now so that we can catch the event in the crash report.
|
| + // crbug.com/381398
|
| + CHECK(false);
|
| +#endif
|
| }
|
|
|
| PepperOutputProtectionMessageFilter::Delegate::~Delegate() {
|
|
|