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

Unified Diff: tools/valgrind/drmemory/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 | « tools/heapcheck/suppressions.txt ('k') | webkit/blob/blob_url_request_job_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 56a9d0bfaf4668d38bdbb1ab1c9964c05d232e62..9802586637ff853adb5dfce94d17e47e03445d98 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -775,7 +775,7 @@ LEAK
# http://crbug.com/81522
LEAK
*!operator new
-*!base::MessageLoopProxy::CreateForCurrentThread
+*!base::MessageLoopProxy::current
*!IPC::ChannelProxy::Context::Context
*!IPC::ChannelProxy::ChannelProxy
*!IPCChannelTest_ChannelProxyTest_Test::TestBody
@@ -801,7 +801,7 @@ UNINITIALIZED READ
LEAK
*!generic_cpp_alloc
*!operator new
-*!base::MessageLoopProxy::CreateForCurrentThread
+*!base::MessageLoopProxy::current
*!IPC::SyncChannel::ReceivedSyncMsgQueue::ReceivedSyncMsgQueue
*!IPC::SyncChannel::ReceivedSyncMsgQueue::AddContext
*!IPC::SyncChannel::SyncContext::SyncContext
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | webkit/blob/blob_url_request_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698