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

Unified Diff: base/test/scoped_task_environment.h

Issue 2847773002: Fix comment in scoped_task_environment.h. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/scoped_task_environment.h
diff --git a/base/test/scoped_task_environment.h b/base/test/scoped_task_environment.h
index b0a6db328f7227555a5688ad8d5b85e83136c1a9..7f9387c02a06255e27fd83a7ca4bf4d553163d48 100644
--- a/base/test/scoped_task_environment.h
+++ b/base/test/scoped_task_environment.h
@@ -33,7 +33,7 @@ namespace test {
class ScopedTaskEnvironment {
public:
enum class MainThreadType {
- // The main thread doesn't pump messages.
+ // The main thread doesn't pump system messages.
DEFAULT,
// The main thread pumps UI messages.
UI,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698