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

Unified Diff: base/debug/trace_event_unittest.cc

Issue 14634009: Move Thread Name Mapping into ThreadFunc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « no previous file | base/threading/platform_thread_posix.cc » ('j') | base/threading/platform_thread_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/trace_event_unittest.cc
diff --git a/base/debug/trace_event_unittest.cc b/base/debug/trace_event_unittest.cc
index a6dcef2af38eed94ab7888f7b79687435257e0ae..ff23fe08f607617c119bb212fec0c9cf78335460 100644
--- a/base/debug/trace_event_unittest.cc
+++ b/base/debug/trace_event_unittest.cc
@@ -98,6 +98,7 @@ class TraceEventTestFixture : public testing::Test {
old_thread_name_ = name ? strdup(name) : NULL;
notifications_received_ = 0;
}
+
virtual void TearDown() OVERRIDE {
if (TraceLog::GetInstance())
EXPECT_FALSE(TraceLog::GetInstance()->IsEnabled());
« no previous file with comments | « no previous file | base/threading/platform_thread_posix.cc » ('j') | base/threading/platform_thread_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698