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

Unified Diff: chrome/browser/extensions/api/notifications/notifications_apitest.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
Index: chrome/browser/extensions/api/notifications/notifications_apitest.cc
diff --git a/chrome/browser/extensions/api/notifications/notifications_apitest.cc b/chrome/browser/extensions/api/notifications/notifications_apitest.cc
index 761c413acf8203fd985c56ff79b67a5d9ad4a847..68f42d9b8ca92f101e472223b2a53f874a046a73 100644
--- a/chrome/browser/extensions/api/notifications/notifications_apitest.cc
+++ b/chrome/browser/extensions/api/notifications/notifications_apitest.cc
@@ -99,7 +99,7 @@ class UserGestureCatcher : public content::NotificationObserver {
// A sequential list of user gesture notifications from the test extension(s).
std::deque<bool> results_;
- // True if we're in a nested message loop waiting for results from
+ // True if we're in a nested run loop waiting for results from
// the extension.
bool waiting_;
};

Powered by Google App Engine
This is Rietveld 408576698