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

Unified Diff: content/ppapi_plugin/broker_process_dispatcher.cc

Issue 2717473003: Remove DumpWithoutCrashing() from broker_process_dispatcher (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/broker_process_dispatcher.cc
diff --git a/content/ppapi_plugin/broker_process_dispatcher.cc b/content/ppapi_plugin/broker_process_dispatcher.cc
index a6e5ba6d9e8fab7c8febd0c0851328a2de8b26e2..87babc1b78a2520d11b0b440e5d06bf00fe1362c 100644
--- a/content/ppapi_plugin/broker_process_dispatcher.cc
+++ b/content/ppapi_plugin/broker_process_dispatcher.cc
@@ -10,7 +10,6 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
-#include "base/debug/dump_without_crashing.h"
#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
#include "content/child/child_process.h"
@@ -119,14 +118,6 @@ bool BrokerProcessDispatcher::OnMessageReceived(const IPC::Message& msg) {
if (!peer_is_browser_) {
// We might want to consider killing the peer instead is we see problems in
// the future.
- if (msg.type() == PpapiMsg_GetSitesWithData::ID ||
- msg.type() == PpapiMsg_ClearSiteData::ID ||
- msg.type() == PpapiMsg_DeauthorizeContentLicenses::ID ||
- msg.type() == PpapiMsg_GetPermissionSettings::ID ||
- msg.type() == PpapiMsg_SetDefaultPermission::ID ||
- msg.type() == PpapiMsg_SetSitePermission::ID) {
- base::debug::DumpWithoutCrashing();
- }
return false;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698