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

Unified Diff: chrome/browser/printing/print_job.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 | « chrome/browser/media/webrtc/desktop_capture_access_handler.cc ('k') | chrome/browser/printing/print_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_job.h
diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h
index cf86e85cfc610bafadcdbdeb30b9ef1b13ccd104..aa293c80c887eb0acea26ac2b53c0b9b9385b2d1 100644
--- a/chrome/browser/printing/print_job.h
+++ b/chrome/browser/printing/print_job.h
@@ -125,7 +125,7 @@ class PrintJob : public PrintJobWorkerOwner,
// eventual deadlock.
void ControlledWorkerShutdown();
- // Called at shutdown when running a nested message loop.
+ // Called at shutdown when running a nested run loop.
void Quit();
void HoldUntilStopIsCalled();
@@ -167,7 +167,7 @@ class PrintJob : public PrintJobWorkerOwner,
std::vector<int> pdf_page_mapping_;
#endif // defined(OS_WIN)
- // Used at shutdown so that we can quit a nested message loop.
+ // Used at shutdown so that we can quit a nested run loop.
base::WeakPtrFactory<PrintJob> quit_factory_;
DISALLOW_COPY_AND_ASSIGN(PrintJob);
« no previous file with comments | « chrome/browser/media/webrtc/desktop_capture_access_handler.cc ('k') | chrome/browser/printing/print_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698