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

Unified Diff: chrome/browser/sessions/session_restore.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 | « chrome/browser/printing/print_job.cc ('k') | chrome/browser/subresource_filter/test_ruleset_publisher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/session_restore.cc
diff --git a/chrome/browser/sessions/session_restore.cc b/chrome/browser/sessions/session_restore.cc
index 7598e0f746e8d59a1dcacca4e0100dd99e5a7672..8a0f4907e3423af2119efb41ad02e1f9c94876cd 100644
--- a/chrome/browser/sessions/session_restore.cc
+++ b/chrome/browser/sessions/session_restore.cc
@@ -716,10 +716,10 @@ class SessionRestoreImpl : public content::NotificationObserver {
// Responsible for loading the tabs.
scoped_refptr<TabLoader> tab_loader_;
- // When synchronous we run a nested message loop. To avoid creating windows
- // from the nested message loop (which can make exiting the nested message
+ // When synchronous we run a nested run loop. To avoid creating windows
+ // from the nested run loop (which can make exiting the nested message
// loop take a while) we cache the SessionWindows here and create the actual
- // windows when the nested message loop exits.
+ // windows when the nested run loop exits.
std::vector<std::unique_ptr<sessions::SessionWindow>> windows_;
SessionID::id_type active_window_id_;
« no previous file with comments | « chrome/browser/printing/print_job.cc ('k') | chrome/browser/subresource_filter/test_ruleset_publisher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698