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

Unified Diff: ash/root_window_controller.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 | « ash/drag_drop/drag_drop_controller.cc ('k') | ash/wm/toplevel_window_event_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 50f8d8afe066d70ebe7b7daa25226bf59e55afd0..641710e8e32c39f4ed57107a549e895ac09af606 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -243,7 +243,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Deletes associated objects and clears the state, but doesn't delete
// the root window yet. This is used to delete a secondary displays'
// root window safely when the display disconnect signal is received,
- // which may come while we're in the nested message loop.
+ // which may come while we're in the nested run loop.
void Shutdown();
// Deletes all child windows and performs necessary cleanup.
« no previous file with comments | « ash/drag_drop/drag_drop_controller.cc ('k') | ash/wm/toplevel_window_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698