summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-03 14:38:24 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-03 14:38:24 +0000
commitb20df1c2cf9c588dbe99b780362f63df19d80ae3 (patch)
tree16685a665167d65ab4b3a54aed443517514d8853 /content/ppapi_plugin
parent0cd9ef3d6860ef50c46f590b0d1c990041e06da8 (diff)
downloadchromium_src-b20df1c2cf9c588dbe99b780362f63df19d80ae3.zip
chromium_src-b20df1c2cf9c588dbe99b780362f63df19d80ae3.tar.gz
chromium_src-b20df1c2cf9c588dbe99b780362f63df19d80ae3.tar.bz2
Proxy PPP_Messaging.
I added a couple of tests while I was figuring out the ref counting problem I was having. Also lots of bonus spelling fixes. BUG=86123 TEST=ppp_messaging_proxy_test and ppapi_tests Review URL: http://codereview.chromium.org/7531003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95240 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/ppapi_plugin')
-rw-r--r--content/ppapi_plugin/ppapi_plugin_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/ppapi_plugin/ppapi_plugin_main.cc b/content/ppapi_plugin/ppapi_plugin_main.cc
index e23b1e4..1637f94 100644
--- a/content/ppapi_plugin/ppapi_plugin_main.cc
+++ b/content/ppapi_plugin/ppapi_plugin_main.cc
@@ -41,7 +41,7 @@ int PpapiPluginMain(const MainFunctionParams& parameters) {
ChildProcess::WaitForDebugger("Ppapi");
}
- MessageLoop main_message_loop(MessageLoop::TYPE_IO);
+ MessageLoop main_message_loop;
base::PlatformThread::SetName("CrPPAPIMain");
ChildProcess ppapi_process;