Commit af72f199 authored by atwilson@google.com's avatar atwilson@google.com

Added suppression for leak of AsyncPolicyLoader.

AsyncPolicyLoader is freed via DeleteSoon() via the FILE thread, but in some tests it happens too late (after the BrowserProcessImpl destructor has been called).

TBR=oshima@chromium.org
BUG=141255

Review URL: https://chromiumcodereview.appspot.com/10830205

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150449 0039d316-1c4b-4281-b951-d872f2087c98
parent c044cd90
...@@ -5844,6 +5844,14 @@ ...@@ -5844,6 +5844,14 @@
fun:_ZN12ReloadButtonC1EP15LocationBarViewP14CommandUpdater fun:_ZN12ReloadButtonC1EP15LocationBarViewP14CommandUpdater
fun:_ZN16ReloadButtonTestC2Ev fun:_ZN16ReloadButtonTestC2Ev
} }
{
bug_141255
Memcheck:Leak
...
fun:_ZN6policy22BrowserPolicyConnector22CreatePlatformProviderEv
fun:_ZN6policy22BrowserPolicyConnector4InitEv
fun:_ZN21TestingBrowserProcess24browser_policy_connectorEv
}
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# 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