Commit 533b259f authored by oshima@google.com's avatar oshima@google.com

Suppressing cond error in BookmarksHandler::Loaded

TBR=csilv@chromium.org
BUG=94664
TEST=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98723 0039d316-1c4b-4281-b951-d872f2087c98
parent 33213b2d
# There are three kinds of suppressions in this file.
# There are four kinds of suppressions in this file.
# 1. third party stuff we have no control over
#
# 2. intentional unit test errors, or stuff that is somehow a false positive
......@@ -8,6 +8,8 @@
# These should all be in chromium's bug tracking system (but a few aren't yet).
# Periodically we should sweep this file and the bug tracker clean by
# running overnight and removing outdated bugs/suppressions.
#
# 4. issues that happen only on Google workstations.
#-----------------------------------------------------------------------
# 1. third party stuff we have no control over
......@@ -5369,8 +5371,16 @@
fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE
}
{
bug_94664
Memcheck:Cond
fun:_ZN16BookmarksHandler6LoadedEP13BookmarkModelb
fun:_ZN13BookmarkModel11DoneLoadingEP19BookmarkLoadDetails
fun:_ZN15BookmarkStorage14OnLoadFinishedEbRK8FilePath
}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
# 4. These only occur on our Google workstations
{
bug_todo_freeres
Memcheck:Free
......
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