Index: ppapi/proxy/ppapi_proxy_test.cc |
diff --git a/ppapi/proxy/ppapi_proxy_test.cc b/ppapi/proxy/ppapi_proxy_test.cc |
index 1a475c09a0415e12da04e8337073552c601f0d45..00947e39a1bade62618c1405ca2d2c7594447d6e 100644 |
--- a/ppapi/proxy/ppapi_proxy_test.cc |
+++ b/ppapi/proxy/ppapi_proxy_test.cc |
@@ -320,8 +320,6 @@ void PluginProxyMultiThreadTest::RunTest() { |
// MessageLoopResource assumes that the proxy lock has been acquired. |
secondary_thread_message_loop_ = new MessageLoopResource(pp_instance()); |
- // TODO(yzshen): The comment of PPB_MessageLoop says that it would return |
- // PP_OK_COMPLETIONPENDING. Either fix the comment or the implementation. |
ASSERT_EQ(PP_OK, |
secondary_thread_message_loop_->PostWork( |
PP_MakeCompletionCallback( |