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

Unified Diff: ppapi/cpp/dev/message_loop_dev.h

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 | « ppapi/c/dev/ppb_message_loop_dev.h ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/message_loop_dev.h
diff --git a/ppapi/cpp/dev/message_loop_dev.h b/ppapi/cpp/dev/message_loop_dev.h
index 11f1dfaced2f55758b306d269ac13f6d67cc5082..b3aebab3cacecf8206d862a927a5b9e7de146f40 100644
--- a/ppapi/cpp/dev/message_loop_dev.h
+++ b/ppapi/cpp/dev/message_loop_dev.h
@@ -107,7 +107,7 @@ class InstanceHandle;
/// 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 | « ppapi/c/dev/ppb_message_loop_dev.h ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698