summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-17 10:05:37 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-17 10:05:37 +0000
commitf333344a8e19a38e774af8aa5ed12b83ad24c813 (patch)
tree9a6fb85729d8087d36998e2dc2f52b453b96fbb4 /tools/heapcheck
parent3d9b6464df85bacb7267608771d19fe4ec85a2a0 (diff)
downloadchromium_src-f333344a8e19a38e774af8aa5ed12b83ad24c813.zip
chromium_src-f333344a8e19a38e774af8aa5ed12b83ad24c813.tar.gz
chromium_src-f333344a8e19a38e774af8aa5ed12b83ad24c813.tar.bz2
Heapchecker: Suppress ClientSocketPoolHistograms leak inside UrlRequest.
BUG=49412 TEST=Heapchecker goes green! TBR=mbelshe Review URL: http://codereview.chromium.org/3024003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index d2a6fc0..79e84f9 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -931,3 +931,22 @@
fun:TemplateURLRef::GetHost
fun:TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test::TestBody
}
+{
+ bug_49412
+ Heapcheck:Leak
+ ...
+ fun:ClientSocketPoolHistograms
+ fun:HttpNetworkSession
+ fun:net::HttpNetworkLayer::GetSession
+ fun:net::HttpNetworkLayer::CreateTransaction
+ fun:net::HttpCache::Transaction::DoSendRequest
+ fun:net::HttpCache::Transaction::DoLoop
+ fun:net::HttpCache::Transaction::Start
+ fun:URLRequestHttpJob::StartTransaction
+ fun:URLRequestHttpJob::OnCanGetCookiesCompleted
+ fun:URLRequestHttpJob::AddCookieHeaderAndStart
+ fun:URLRequestHttpJob::Start
+ fun:URLRequest::StartJob
+ fun:URLRequest::Start
+ fun:HTTPTestServer::StartGETRequest
+}