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

Unified Diff: chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc

Issue 855503002: Remove remainder of USE_ATHENA ifdefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_USE_ATHENA3
Patch Set: Created 5 years, 11 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/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() {

Powered by Google App Engine
This is Rietveld 408576698