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

Unified Diff: third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h

Issue 2326313003: Revert of Make canceling Timers fast. (Closed)
Patch Set: Created 4 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: third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
diff --git a/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h b/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
index 9bdfea96ae78fca127d1f8897c1871ee01bdff7f..c48ceabc0246769cb10a9834ebb8156867132b87 100644
--- a/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
+++ b/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
@@ -24,9 +24,6 @@
// WebTaskRunner implementation:
void postTask(const WebTraceLocation&, Task*) override;
void postDelayedTask(const WebTraceLocation&, Task*, double) override;
- void postDelayedTask(const WebTraceLocation&,
- const base::Closure&,
- double) override;
bool runsTasksOnCurrentThread() override;
std::unique_ptr<WebTaskRunner> clone() override;
double virtualTimeSeconds() const override;

Powered by Google App Engine
This is Rietveld 408576698