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

Unified Diff: ppapi/api/private/ppb_testing_private.idl

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/api/private/ppb_flash_message_loop.idl ('k') | ppapi/c/ppb_message_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_testing_private.idl
diff --git a/ppapi/api/private/ppb_testing_private.idl b/ppapi/api/private/ppb_testing_private.idl
index c2aed41761501d404e9e23129555eef18d37fdad..d592c19d78924ff28fcc264b583ec388b73b427f 100644
--- a/ppapi/api/private/ppb_testing_private.idl
+++ b/ppapi/api/private/ppb_testing_private.idl
@@ -48,7 +48,7 @@ interface PPB_Testing_Private {
[in] 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
@@ -60,7 +60,7 @@ interface PPB_Testing_Private {
void RunMessageLoop([in] 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([in] PP_Instance instance);
« no previous file with comments | « ppapi/api/private/ppb_flash_message_loop.idl ('k') | ppapi/c/ppb_message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698