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

Unified Diff: content/public/test/test_download_request_handler.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/browser_test_base.h ('k') | content/public/test/test_frame_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_download_request_handler.h
diff --git a/content/public/test/test_download_request_handler.h b/content/public/test/test_download_request_handler.h
index 629d8d6172b0e906d97785f9c33ce5f22548417b..2fa1a0dea25d64e6d40f3a899ec8b532d701fb90 100644
--- a/content/public/test/test_download_request_handler.h
+++ b/content/public/test/test_download_request_handler.h
@@ -237,7 +237,7 @@ class TestDownloadRequestHandler : public base::NonThreadSafe {
// different runs of the same test.
//
// * Initialization of the handler synchronously runs a task on the
- // BrowserThread::IO thread using a nested message loop. Only construct an
+ // BrowserThread::IO thread using a nested run loop. Only construct an
// instance of this object after browser threads have been initialized.
TestDownloadRequestHandler();
« no previous file with comments | « content/public/test/browser_test_base.h ('k') | content/public/test/test_frame_navigation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698