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

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

Issue 10598003: Cleanup: DeleteTask() no longer exists. Update BrowserThread comments and remove reliability suppre… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | « chrome/test/data/reliability/known_crashes.txt ('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
===================================================================
--- content/public/browser/browser_thread.h (revision 143291)
+++ content/public/browser/browser_thread.h (working copy)
@@ -271,7 +271,7 @@
// ...
// private:
// friend struct BrowserThread::DeleteOnThread<BrowserThread::IO>;
- // friend class DeleteTask<Foo>;
+ // friend class base::DeleteHelper<Foo>;
//
// ~Foo();
struct DeleteOnUIThread : public DeleteOnThread<UI> { };
« no previous file with comments | « chrome/test/data/reliability/known_crashes.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698