Commit 23c5d295 authored by vandebo@chromium.org's avatar vandebo@chromium.org

Remove possibly outdated heapcheck suppression.

BUG=141322


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151539 0039d316-1c4b-4281-b951-d872f2087c98
parent 30033a98
...@@ -51,7 +51,6 @@ class MediaGalleriesPreferencesTest : public testing::Test { ...@@ -51,7 +51,6 @@ class MediaGalleriesPreferencesTest : public testing::Test {
virtual ~MediaGalleriesPreferencesTest() { virtual ~MediaGalleriesPreferencesTest() {
// TestExtensionSystem uses DeleteSoon, so we need to delete the profile // TestExtensionSystem uses DeleteSoon, so we need to delete the profile
// and then run the message queue to clean up. // and then run the message queue to clean up.
MessageLoop::current()->RunAllPending();
profile_.reset(); profile_.reset();
MessageLoop::current()->RunAllPending(); MessageLoop::current()->RunAllPending();
} }
......
...@@ -1481,9 +1481,3 @@ ...@@ -1481,9 +1481,3 @@
... ...
fun:ExtensionAction::GetIconAnimation fun:ExtensionAction::GetIconAnimation
} }
{
bug_141322
Heapcheck:Leak
fun:MessageLoop::MessageLoop
fun:MediaGalleriesPreferencesTest
}
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