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

Unified Diff: base/timer/timer.h

Issue 2621663002: Revert of GetTimeToCallback() returns estimated time to callback. (Closed)
Patch Set: Created 3 years, 11 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/timer/timer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/timer/timer.h
diff --git a/base/timer/timer.h b/base/timer/timer.h
index c328dc653802aaca84aa7e03475637eed66ecca7..50aedbd4cec28e97c408b2acd8b896c70526732c 100644
--- a/base/timer/timer.h
+++ b/base/timer/timer.h
@@ -100,11 +100,6 @@
// Returns the current delay for this timer.
virtual TimeDelta GetCurrentDelay() const;
- // Returns an estimated time to the timer calling the user_task_ back.
- // Note that the time may be negative if the timer has not been started,
- // is late to call back or has done its last call back.
- virtual TimeDelta GetTimeToCallback() const;
-
// Set the task runner on which the task should be scheduled. This method can
// only be called before any tasks have been scheduled. The task runner must
// run tasks on the same thread the timer is used on.
« no previous file with comments | « no previous file | base/timer/timer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698