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

Unified Diff: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp

Issue 1727103002: Revert of Per WebViewScheduler virtual time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/testing/TestingPlatformSupport.cpp
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
index 53124475f3965b3e22e798aa6829cb1b1d68600f..810f287d7aa5cb978620b5a77c3242221b310403 100644
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
@@ -130,18 +130,6 @@
return new TestingPlatformMockWebTaskRunner(m_tasks);
}
- double virtualTimeSeconds() const override
- {
- ASSERT_NOT_REACHED();
- return 0.0;
- }
-
- double monotonicallyIncreasingVirtualTimeSeconds() const override
- {
- ASSERT_NOT_REACHED();
- return 0.0;
- }
-
private:
Deque<OwnPtr<WebTaskRunner::Task>>* m_tasks; // NOT OWNED
};

Powered by Google App Engine
This is Rietveld 408576698