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

Unified Diff: chrome/browser/chrome_navigation_browsertest.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: chrome/browser/chrome_navigation_browsertest.cc
diff --git a/chrome/browser/chrome_navigation_browsertest.cc b/chrome/browser/chrome_navigation_browsertest.cc
index 0a1f0bf53bf8c65a0c222b3b7da26568308fa5fa..c9251da145008c0f1fbb6ca403107a43974e4c29 100644
--- a/chrome/browser/chrome_navigation_browsertest.cc
+++ b/chrome/browser/chrome_navigation_browsertest.cc
@@ -65,7 +65,7 @@ class DidStartNavigationObserver : public content::WebContentsObserver {
message_loop_runner_(new content::MessageLoopRunner) {}
~DidStartNavigationObserver() override {}
- // Runs a nested message loop and blocks until the full load has
+ // Runs a nested run loop and blocks until the full load has
// completed.
void Wait() { message_loop_runner_->Run(); }
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/extensions/api/notifications/notifications_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698