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

Unified Diff: mojo/public/cpp/bindings/lib/connector.cc

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
Index: mojo/public/cpp/bindings/lib/connector.cc
diff --git a/mojo/public/cpp/bindings/lib/connector.cc b/mojo/public/cpp/bindings/lib/connector.cc
index c97b37d0215d8ca5a2967790f6e12ae29427d247..7917db2b686084441a59e91c9da28701a8ef1dee 100644
--- a/mojo/public/cpp/bindings/lib/connector.cc
+++ b/mojo/public/cpp/bindings/lib/connector.cc
@@ -52,7 +52,7 @@ class Connector::ActiveDispatchTracker {
};
// Watches the MessageLoop on the current thread. Notifies the current chain of
-// ActiveDispatchTrackers when a nested message loop is started.
+// ActiveDispatchTrackers when a nested run loop is started.
class Connector::RunLoopNestingObserver
: public base::RunLoop::NestingObserver,
public base::MessageLoop::DestructionObserver {
« no previous file with comments | « ipc/ipc_sync_channel.cc ('k') | native_client_sdk/doc_generated/pepper_beta/c/struct_p_p_b___message_loop__1__0.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698