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

Unified Diff: content/public/test/test_frame_navigation_observer.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 | « content/public/test/test_download_request_handler.h ('k') | content/public/test/test_navigation_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_frame_navigation_observer.h
diff --git a/content/public/test/test_frame_navigation_observer.h b/content/public/test/test_frame_navigation_observer.h
index 928801e99b72c6b8910aa6681bf996bd713c2546..e6f0d3e4c76964dc28790518e76949d3197c9cf9 100644
--- a/content/public/test/test_frame_navigation_observer.h
+++ b/content/public/test/test_frame_navigation_observer.h
@@ -24,11 +24,11 @@ class TestFrameNavigationObserver : public WebContentsObserver {
~TestFrameNavigationObserver() 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();
- // Runs a nested message loop and blocks until the navigation in the
+ // Runs a nested run loop and blocks until the navigation in the
// associated FrameTreeNode has committed.
void WaitForCommit();
« no previous file with comments | « content/public/test/test_download_request_handler.h ('k') | content/public/test/test_navigation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698