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

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

Issue 2568063003: Remove WebTaskRunner::Task (Closed)
Patch Set: . Created 4 years 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 4a6c435a9057060ce7492d79305bfa4bb5ff92c6..2753d2b2f8412feeafa93765d36c10e7877c0d86 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
@@ -25,8 +25,6 @@ class FakeWebTaskRunner : public WebTaskRunner {
void setTime(double new_time);
// WebTaskRunner implementation:
- void postTask(const WebTraceLocation&, Task*) override;
- void postDelayedTask(const WebTraceLocation&, Task*, double) override;
void postDelayedTask(const WebTraceLocation&,
const base::Closure&,
double) override;

Powered by Google App Engine
This is Rietveld 408576698