Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: ppapi/proxy/ppapi_proxy_test.cc

Issue 11962050: Fix the comment of PPB_MessageLoop.PostWork() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/message_loop.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « ppapi/cpp/message_loop.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698