summaryrefslogtreecommitdiffstats
path: root/content/public
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-21 00:28:16 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-21 00:28:16 +0000
commita25e59e84dacb13d2aca32dada9b893d306da21d (patch)
tree6dd72e21145515673e6fb162366ee613e762dc75 /content/public
parentcd86f65d734d2f3589442d6690d0afddd3aa3726 (diff)
downloadchromium_src-a25e59e84dacb13d2aca32dada9b893d306da21d.zip
chromium_src-a25e59e84dacb13d2aca32dada9b893d306da21d.tar.gz
chromium_src-a25e59e84dacb13d2aca32dada9b893d306da21d.tar.bz2
Cleanup: DeleteTask() no longer exists. Update BrowserThread comments and remove reliability suppression.
BUG=21054 TEST=none Review URL: https://chromiumcodereview.appspot.com/10598003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public')
-rw-r--r--content/public/browser/browser_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h
index 0ac582b..01d5ce0 100644
--- a/content/public/browser/browser_thread.h
+++ b/content/public/browser/browser_thread.h
@@ -271,7 +271,7 @@ class CONTENT_EXPORT BrowserThread {
// ...
// private:
// friend struct BrowserThread::DeleteOnThread<BrowserThread::IO>;
- // friend class DeleteTask<Foo>;
+ // friend class base::DeleteHelper<Foo>;
//
// ~Foo();
struct DeleteOnUIThread : public DeleteOnThread<UI> { };