summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_dispatcher.cc
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-30 19:38:31 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-30 19:38:31 +0000
commit5d904b9e9557916894feced1d0bad88e240f1b64 (patch)
tree7ae32210e7defe9ac590a14dec4e2cf02a127c33 /ppapi/proxy/plugin_dispatcher.cc
parent96e989bf9f8e335c1d08008f06253baeb9ba4f66 (diff)
downloadchromium_src-5d904b9e9557916894feced1d0bad88e240f1b64.zip
chromium_src-5d904b9e9557916894feced1d0bad88e240f1b64.tar.gz
chromium_src-5d904b9e9557916894feced1d0bad88e240f1b64.tar.bz2
Reland http://codereview.chromium.org/7648033
Add means for running some tests only o-o-p, add messaging o-o-p test. BUG=None TEST=included TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/7799031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/plugin_dispatcher.cc')
-rw-r--r--ppapi/proxy/plugin_dispatcher.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/proxy/plugin_dispatcher.cc b/ppapi/proxy/plugin_dispatcher.cc
index 7412462..58a1017 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()));