Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: tools/heapcheck/suppressions.txt

Issue 7583053: Add MessageLoopProxy::current (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No need for MessageLoopProxy destruction observer. Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/json_host_config_unittest.cc ('k') | tools/valgrind/drmemory/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index ed71dd02de6d7ae4da27786eded7410dd8862668..2f38e3b49d010e77dd2551f52f28ac2117af4a72 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1450,7 +1450,7 @@
{
bug_81796_a
Heapcheck:Leak
- fun:base::MessageLoopProxy::CreateForCurrentThread
+ fun:base::MessageLoopProxy::current
fun:*Context
fun:*ChannelProxy
fun:IPCChannelTest_ChannelProxyTest_Test::TestBody
@@ -1458,7 +1458,7 @@
{
bug_81796_b
Heapcheck:Leak
- fun:base::MessageLoopProxy::CreateForCurrentThread
+ fun:base::MessageLoopProxy::current
...
fun:*SyncContext
fun:*SyncChannel
« no previous file with comments | « remoting/host/json_host_config_unittest.cc ('k') | tools/valgrind/drmemory/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698