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

Unified Diff: services/ui/ws/window_manager_client_unittest.cc

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 | « ppapi/tests/test_view.cc ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_client_unittest.cc
diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
index 91187ed7881d069912e49a8397f590a22093292f..6ac3fc931157ffb2d15b0e00b19c44afa90ff4e6 100644
--- a/services/ui/ws/window_manager_client_unittest.cc
+++ b/services/ui/ws/window_manager_client_unittest.cc
@@ -304,7 +304,7 @@ class WindowServerTest : public WindowServerTestBase {
std::unique_ptr<ClientAreaChange> WaitForClientAreaToChange() {
client_area_change_ = base::MakeUnique<ClientAreaChange>();
- // The nested message loop is quit in OnWmSetClientArea(). Client area
+ // The nested run loop is quit in OnWmSetClientArea(). Client area
// changes don't route through the window, only the WindowManagerDelegate.
if (!WindowServerTestBase::DoRunLoopWithTimeout()) {
client_area_change_.reset();
« no previous file with comments | « ppapi/tests/test_view.cc ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698