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

Unified Diff: tools/valgrind/tsan/suppressions.txt

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. Created 9 years, 2 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 | « content/shell/shell_browser_context.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions.txt
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 3a2fd6355f180ff720290ea3712e3c2a65b5ae60..3c080ed3f01af312bebc6f2fa9251a78f5f8a580 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -502,7 +502,7 @@
bug_89141
ThreadSanitizer:Race
fun:base::Thread::message_loop
- fun:BrowserThread::IsMessageLoopValid
+ fun:content::BrowserThread::IsMessageLoopValid
fun:ThreadWatcherList::StartWatching
fun:ThreadWatcherList::InitializeAndStartWatching
}
@@ -642,8 +642,8 @@
{
bug_102134b
ThreadSanitizer:Race
- fun:BrowserThread::~BrowserThread
- fun:DeprecatedBrowserThread::~DeprecatedBrowserThread
+ fun:content::BrowserThread::~BrowserThread
+ fun:content::DeprecatedBrowserThread::~DeprecatedBrowserThread
}
{
bug_102327_a
« no previous file with comments | « content/shell/shell_browser_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698