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

Unified Diff: ppapi/api/dev/ppb_message_loop_dev.idl

Issue 10790078: PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: review comments Created 8 years, 4 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 | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | ppapi/c/dev/ppb_message_loop_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/ppb_message_loop_dev.idl
diff --git a/ppapi/api/dev/ppb_message_loop_dev.idl b/ppapi/api/dev/ppb_message_loop_dev.idl
index b29110b650b7ad777fbfa0a8644f394df158c719..c5072bbc542e50268b438fe6557f767519e1f633 100644
--- a/ppapi/api/dev/ppb_message_loop_dev.idl
+++ b/ppapi/api/dev/ppb_message_loop_dev.idl
@@ -106,7 +106,7 @@ label Chrome {
* to run until all pending tasks are run.
*
* If you post a callback to a message loop that's been destroyed, or to an
- * invalid message loop, PostTask will return an error and will not run the
+ * invalid message loop, PostWork will return an error and will not run the
* callback. This is true even for callbacks with the "required" flag set,
* since the system may not even know what thread to issue the error callback
* on.
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | ppapi/c/dev/ppb_message_loop_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698