Commit 49d63390 authored by jhawkins@chromium.org's avatar jhawkins@chromium.org

Valgrind: Suppress a leak in HostContentSettingsMap.

BUG=104775
TEST=none

R=dhollowa@chromium.org

Review URL: http://codereview.chromium.org/8597013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110732 0039d316-1c4b-4281-b951-d872f2087c98
parent 5207e932
...@@ -1745,3 +1745,11 @@ ...@@ -1745,3 +1745,11 @@
# fun:PrintPreviewTabControllerUnitTest_MultiplePreviewTabs_Test::TestBody # fun:PrintPreviewTabControllerUnitTest_MultiplePreviewTabs_Test::TestBody
# fun:PrintPreviewTabControllerUnitTest_ClearInitiatorTabDetails_Test::TestBody # fun:PrintPreviewTabControllerUnitTest_ClearInitiatorTabDetails_Test::TestBody
} }
{
bug_104775
Heapcheck:Leak
fun:base::Value::CreateIntegerValue
fun:HostContentSettingsMap::SetDefaultContentSetting
fun:CookieSettings::SetDefaultCookieSetting
fun:ExtensionSpecialStoragePolicyTest_HasSessionOnlyOrigins_Test::TestBody
}
...@@ -5219,6 +5219,15 @@ ...@@ -5219,6 +5219,15 @@
fun:_ZN8chromeos18LowBatteryObserver12PowerChangedERKNS_17PowerSupplyStatusE fun:_ZN8chromeos18LowBatteryObserver12PowerChangedERKNS_17PowerSupplyStatusE
fun:_ZN8chromeos26PowerManagerClientStubImpl6UpdateEv fun:_ZN8chromeos26PowerManagerClientStubImpl6UpdateEv
} }
{
bug_104775
Memcheck:Leak
fun:_Znw*
fun:_ZN4base5Value18CreateIntegerValueEi
fun:_ZN22HostContentSettingsMap24SetDefaultContentSettingE19ContentSettingsType14ContentSetting
fun:_ZN14CookieSettings23SetDefaultCookieSettingE14ContentSetting
fun:_ZN60ExtensionSpecialStoragePolicyTest_HasSessionOnlyOrigins_Test8TestBodyEv
}
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# 4. These only occur on our Google workstations # 4. These only occur on our Google workstations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment