| 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 c785071cc6e3b21f566ef17497110ef4a97f1ca1..4f0be3a20bd710e7ad5a3ab018bc037ccb050e25 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,11 +124,6 @@ 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() {
|
|
|