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

Unified Diff: ppapi/c/dev/ppb_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/api/dev/ppb_message_loop_dev.idl ('k') | ppapi/cpp/dev/message_loop_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_message_loop_dev.h
diff --git a/ppapi/c/dev/ppb_message_loop_dev.h b/ppapi/c/dev/ppb_message_loop_dev.h
index ed8b74be424e6235e4c86e002ce3a345c4b73e1a..5f419743d95b3bb5e824d4950fd5c1c8a6b83b1e 100644
--- a/ppapi/c/dev/ppb_message_loop_dev.h
+++ b/ppapi/c/dev/ppb_message_loop_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_message_loop_dev.idl modified Thu Jan 19 20:02:41 2012. */
+/* From dev/ppb_message_loop_dev.idl modified Wed Aug 29 12:22:26 2012. */
#ifndef PPAPI_C_DEV_PPB_MESSAGE_LOOP_DEV_H_
#define PPAPI_C_DEV_PPB_MESSAGE_LOOP_DEV_H_
@@ -124,7 +124,7 @@
* 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/api/dev/ppb_message_loop_dev.idl ('k') | ppapi/cpp/dev/message_loop_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698