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

Unified Diff: components/scheduler/child/web_task_runner_impl.h

Issue 1373503002: Fix the drift in repeating timers (try #2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename some variables and add a todo 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
« no previous file with comments | « no previous file | components/scheduler/child/web_task_runner_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/child/web_task_runner_impl.h
diff --git a/components/scheduler/child/web_task_runner_impl.h b/components/scheduler/child/web_task_runner_impl.h
index f1ef079da2bdd938b693bde33473dad3d733205e..73a1e46fc602fe65acd1556c44e913a6b8291c3c 100644
--- a/components/scheduler/child/web_task_runner_impl.h
+++ b/components/scheduler/child/web_task_runner_impl.h
@@ -31,10 +31,6 @@ class SCHEDULER_EXPORT WebTaskRunnerImpl : public blink::WebTaskRunner {
// blink::WebTaskRunner implementation:
void postTask(const blink::WebTraceLocation& web_location,
blink::WebTaskRunner::Task* task) override;
- // TODO(alexclarke): Remove this when possible.
- void postDelayedTask(const blink::WebTraceLocation& web_location,
- blink::WebTaskRunner::Task* task,
- long long delayMs) override;
void postDelayedTask(const blink::WebTraceLocation& web_location,
blink::WebTaskRunner::Task* task,
double delayMs) override;
« no previous file with comments | « no previous file | components/scheduler/child/web_task_runner_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698