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

Unified Diff: extensions/test/result_catcher.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/shell/browser/layout_test/blink_test_controller.h ('k') | ipc/ipc_sync_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/result_catcher.h
diff --git a/extensions/test/result_catcher.h b/extensions/test/result_catcher.h
index b03b031eb4d7633787cfe35bdee58595b1c7328c..1d585f28071b8fd1105d93b6adf9d8685a96d00d 100644
--- a/extensions/test/result_catcher.h
+++ b/extensions/test/result_catcher.h
@@ -57,7 +57,7 @@ class ResultCatcher : public content::NotificationObserver {
// If non-NULL, we will listen to events from this BrowserContext only.
content::BrowserContext* browser_context_restriction_;
- // Only set if we're in a nested message loop waiting for results from
+ // Only set if we're in a nested run loop waiting for results from
// the extension.
base::Closure quit_closure_;
};
« no previous file with comments | « content/shell/browser/layout_test/blink_test_controller.h ('k') | ipc/ipc_sync_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698