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

Unified Diff: base/tracked_objects.cc

Issue 11293086: base: Constantify thread_name() getter accessor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « base/tracked_objects.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/tracked_objects.cc
diff --git a/base/tracked_objects.cc b/base/tracked_objects.cc
index c5e14000b34d332bbe4c9e4588739004ed1df359..f5dc82dff2005828a3b96a3da53be261f8f3fb70 100644
--- a/base/tracked_objects.cc
+++ b/base/tracked_objects.cc
@@ -552,8 +552,6 @@ void ThreadData::TallyRunInAScopedRegionIfTracking(
current_thread_data->TallyADeath(*birth, queue_duration, run_duration);
}
-const std::string ThreadData::thread_name() const { return thread_name_; }
-
// static
void ThreadData::SnapshotAllExecutedTasks(bool reset_max,
ProcessDataSnapshot* process_data,
« no previous file with comments | « base/tracked_objects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698