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

Unified Diff: base/timer/timer.cc

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixwindowslink+rebase Created 5 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
Index: base/timer/timer.cc
diff --git a/base/timer/timer.cc b/base/timer/timer.cc
index fa6b8cd2724a034ecf7d5fea48bad4e41884ee97..6800dd390d1a382be81369386d50e364777c3446 100644
--- a/base/timer/timer.cc
+++ b/base/timer/timer.cc
@@ -215,4 +215,8 @@ void Timer::RunScheduledTask() {
// No more member accesses here: *this could be deleted at this point.
}
+void DelayTimer::Reset() {
+ Timer::Reset();
+}
+
} // namespace base
« base/timer/timer.h ('K') | « base/timer/timer.h ('k') | base/timer/timer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698