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

Unified Diff: content/public/browser/browser_thread.h

Issue 2927993002: Add cross-reference documentation about the forgotten RefCountedDeleteOnSequence. (Closed)
Patch Set: Created 3 years, 6 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 | « base/sequenced_task_runner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_thread.h
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h
index 77b2f00a821c2dae59765ae09712731cbc33e095..47bcbfc8eb40334e3f578a03bfcc262c416218c5 100644
--- a/content/public/browser/browser_thread.h
+++ b/content/public/browser/browser_thread.h
@@ -316,7 +316,8 @@ class CONTENT_EXPORT BrowserThread {
// std::unique_ptr<Foo, BrowserThread::DeleteOnIOThread> ptr;
//
// Note: when migrating BrowserThreads to TaskScheduler based
- // SequencedTaskRunners these map to base::OnTaskRunnerDeleter.
+ // SequencedTaskRunners these map to base::OnTaskRunnerDeleter and
+ // base::RefCountedDeleteOnSequence.
struct DeleteOnUIThread : public DeleteOnThread<UI> { };
struct DeleteOnIOThread : public DeleteOnThread<IO> { };
struct DeleteOnFileThread : public DeleteOnThread<FILE> { };
« no previous file with comments | « base/sequenced_task_runner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698