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

Unified Diff: ppapi/c/private/ppb_testing_private.h

Issue 2828913003: Replace "nested message loop" with "nested run loop" in comments. (Closed)
Patch Set: rebase Created 3 years, 7 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/private/ppb_flash_message_loop.h ('k') | ppapi/cpp/message_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_testing_private.h
diff --git a/ppapi/c/private/ppb_testing_private.h b/ppapi/c/private/ppb_testing_private.h
index efe456a59b62bf37ffc306c95e39b1b455b45997..508c6f7859b4dec341298a36b4b510bad2e88019 100644
--- a/ppapi/c/private/ppb_testing_private.h
+++ b/ppapi/c/private/ppb_testing_private.h
@@ -66,7 +66,7 @@ struct PPB_Testing_Private_1_0 {
PP_Resource image,
const struct PP_Point* top_left);
/**
- * Runs a nested message loop. The plugin will be reentered from this call.
+ * Runs a nested run loop. The plugin will be reentered from this call.
* This function is used for unit testing the API. The normal pattern is to
* issue some asynchronous call that has a callback. Then you call
* RunMessageLoop which will suspend the plugin and go back to processing
@@ -77,7 +77,7 @@ struct PPB_Testing_Private_1_0 {
*/
void (*RunMessageLoop)(PP_Instance instance);
/**
- * Posts a quit message for the outermost nested message loop. Use this to
+ * Posts a quit message for the outermost nested run loop. Use this to
* exit and return back to the caller after you call RunMessageLoop.
*/
void (*QuitMessageLoop)(PP_Instance instance);
« no previous file with comments | « ppapi/c/private/ppb_flash_message_loop.h ('k') | ppapi/cpp/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698