summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-07 00:18:47 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-07 00:18:47 +0000
commitc69f81bad7db963382c9dfad67a38b83de29db2b (patch)
treeaa3cd96dceb63115746237fe85f02eda942d309b /tools
parentf5ee2f7f98f966a8d24b7f7dfd2ac12ecbebfe58 (diff)
downloadchromium_src-c69f81bad7db963382c9dfad67a38b83de29db2b.zip
chromium_src-c69f81bad7db963382c9dfad67a38b83de29db2b.tar.gz
chromium_src-c69f81bad7db963382c9dfad67a38b83de29db2b.tar.bz2
Don't pass URLBlacklistManager from UI to IO through ProfileParams on ProfileIOData.
If the ProfileIOData isn't ever lazily initialized, the URLBlacklistManager will be deleted with the ProfileParams on the wrong thread. BUG=95510 TEST=sync_integration_tests aren't breaking because of destruction of URLBlacklistManager on the wrong thread Review URL: http://codereview.chromium.org/7841004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99876 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index bf1c4d2..15f074e 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3654,7 +3654,7 @@
Memcheck:Leak
fun:_Znw*
...
- fun:_ZN13ProfileIOData23InitializeProfileParamsEP7Profile
+ fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile
}
{
bug_72698_b