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
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 194f75e8..1e917174 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1745,3 +1745,11 @@
 #   fun:PrintPreviewTabControllerUnitTest_MultiplePreviewTabs_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
+}
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index d0f2db6..249c08a 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5219,6 +5219,15 @@
    fun:_ZN8chromeos18LowBatteryObserver12PowerChangedERKNS_17PowerSupplyStatusE
    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