diff options
author | bruening@google.com <bruening@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-30 21:55:20 +0000 |
---|---|---|
committer | bruening@google.com <bruening@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-30 21:55:20 +0000 |
commit | bac709aab465c213263306b21cdeed60a5aeb409 (patch) | |
tree | 880bf41168a9606fcd25b910a5e7fa0aba16a789 /tools/heapcheck | |
parent | 4a62cff7ebd17654792d0ffd6746cb0a58b6b100 (diff) | |
download | chromium_src-bac709aab465c213263306b21cdeed60a5aeb409.zip chromium_src-bac709aab465c213263306b21cdeed60a5aeb409.tar.gz chromium_src-bac709aab465c213263306b21cdeed60a5aeb409.tar.bz2 |
Suppress leaks in sync_file_system::SyncFileSystemBackend
TBR=nhiroki@chromium.org
BUG=282646
Review URL: https://codereview.chromium.org/23572020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220671 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index f0ceab2..b0980181 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -885,3 +885,19 @@ fun:net::QuicHttpStream::Close fun:net::test::QuicStreamFactoryTest_MaxOpenStream_Test::TestBody } +{ + bug_282646 + Heapcheck:Leak + ... + fun:SyncFileSystemBackend + fun:chrome::ChromeContentBrowserClient::GetAdditionalFileSystemBackends + fun:content::CreateFileSystemContext + fun:content::StoragePartitionImpl::Create + fun:content::StoragePartitionImplMap::Get + fun:GetStoragePartitionFromConfig + fun:content::BrowserContext::GetStoragePartitionForSite + fun:ExtensionService::NotifyExtensionUnloaded + fun:ExtensionService::UnloadExtension + fun:ExtensionService::AddExtension + fun:extensions::TestExtensionEnvironment::MakeExtension +} |