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

Unified Diff: base/tracked.h

Issue 483: Eliminate the TimerManager by pulling its priority queue into MessageLoop.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « base/timer_unittest.cc ('k') | base/tracked_objects_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/tracked.h
===================================================================
--- base/tracked.h (revision 1824)
+++ base/tracked.h (working copy)
@@ -108,6 +108,8 @@
bool MissingBirthplace() const;
private:
+#ifdef TRACK_ALL_TASK_OBJECTS
+
// Pointer to instance were counts of objects with the same birth location
// (on the same thread) are stored.
Births* tracked_births_;
@@ -116,6 +118,8 @@
// reset before the object begins it active life.
Time tracked_birth_time_;
+#endif // TRACK_ALL_TASK_OBJECTS
+
DISALLOW_COPY_AND_ASSIGN(Tracked);
};
« no previous file with comments | « base/timer_unittest.cc ('k') | base/tracked_objects_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698