| 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;
|
| }
|
|
|
|
|