| Index: ppapi/proxy/plugin_dispatcher.cc
|
| diff --git a/ppapi/proxy/plugin_dispatcher.cc b/ppapi/proxy/plugin_dispatcher.cc
|
| index 74124629ac743fd4822fc6118e59ca2c728d8f2f..58a10174e1b476ff76dde7d19c15498e03839050 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.cc
|
| +++ b/ppapi/proxy/plugin_dispatcher.cc
|
| @@ -109,7 +109,6 @@ bool PluginDispatcher::IsPlugin() const {
|
| }
|
|
|
| bool PluginDispatcher::Send(IPC::Message* msg) {
|
| - DCHECK(MessageLoop::current());
|
| TRACE_EVENT2("ppapi proxy", "PluginDispatcher::Send",
|
| "Class", IPC_MESSAGE_ID_CLASS(msg->type()),
|
| "Line", IPC_MESSAGE_ID_LINE(msg->type()));
|
|
|