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

Unified Diff: ipc/ipc_sync_channel.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 | « extensions/test/result_catcher.h ('k') | ipc/ipc_sync_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_sync_channel.h
diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h
index 3f65ef38be0c6d045d06cad41ffff6f85f89a53c..74a61471174ee9d20e201eeb583cb047637f66a5 100644
--- a/ipc/ipc_sync_channel.h
+++ b/ipc/ipc_sync_channel.h
@@ -225,12 +225,12 @@ class IPC_EXPORT SyncChannel : public ChannelProxy {
}
// Both these functions wait for a reply, timeout or process shutdown. The
- // latter one also runs a nested message loop in the meantime.
+ // latter one also runs a nested run loop in the meantime.
static void WaitForReply(mojo::SyncHandleRegistry* registry,
SyncContext* context,
bool pump_messages);
- // Runs a nested message loop until a reply arrives, times out, or the process
+ // Runs a nested run loop until a reply arrives, times out, or the process
// shuts down.
static void WaitForReplyWithNestedMessageLoop(SyncContext* context);
« no previous file with comments | « extensions/test/result_catcher.h ('k') | ipc/ipc_sync_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698