summaryrefslogtreecommitdiffstats
path: root/base/timer.h
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-06 12:29:16 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-06 12:29:16 +0000
commit40d358fb5d2083582f512977a4119a650eddf3b0 (patch)
tree5bf1759b3b3f6e5860c59b71324d3623f8d69964 /base/timer.h
parentd30e8e641cf9f1bbe880328089b229a3286ee05e (diff)
downloadchromium_src-40d358fb5d2083582f512977a4119a650eddf3b0.zip
chromium_src-40d358fb5d2083582f512977a4119a650eddf3b0.tar.gz
chromium_src-40d358fb5d2083582f512977a4119a650eddf3b0.tar.bz2
Move base/timer from deprecated atomic interface to AtomicSequenceNumber.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/timer.h')
-rw-r--r--base/timer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/timer.h b/base/timer.h
index 39eb313..4374971 100644
--- a/base/timer.h
+++ b/base/timer.h
@@ -84,10 +84,6 @@ class Timer {
Time fire_time_;
private:
- // A sequence number for all allocated times (used to break ties when
- // comparing times in the TimerManager, and assure FIFO execution sequence).
- static int32 timer_id_counter_;
-
// The task that is run when this timer fires.
Task* task_;