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

Unified Diff: content/renderer/renderer_blink_platform_impl.cc

Issue 1550563002: Blink Platform: Remove time functions from Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: content/renderer/renderer_blink_platform_impl.cc
diff --git a/content/renderer/renderer_blink_platform_impl.cc b/content/renderer/renderer_blink_platform_impl.cc
index a47eec73c01a1f1c1c50659b8011db14bd9b7c21..663a1a4a59cfc089baedaa00f768289570a97fe1 100644
--- a/content/renderer/renderer_blink_platform_impl.cc
+++ b/content/renderer/renderer_blink_platform_impl.cc
@@ -281,16 +281,6 @@ void RendererBlinkPlatformImpl::Shutdown() {
//------------------------------------------------------------------------------
-double RendererBlinkPlatformImpl::currentTimeSeconds() {
- return renderer_scheduler_->CurrentTimeSeconds();
-}
-
-double RendererBlinkPlatformImpl::monotonicallyIncreasingTimeSeconds() {
- return renderer_scheduler_->MonotonicallyIncreasingTimeSeconds();
esprehn 2016/01/05 07:01:09 The scheduler implements virtual time, where is th
Yuta Kitamura 2016/01/05 09:17:46 Good point. This was my oversight, but after looki
alex clarke (OOO till 29th) 2016/01/05 10:49:24 This is for Headless Chrome (https://docs.google.c
-}
-
-//------------------------------------------------------------------------------
-
blink::WebURLLoader* RendererBlinkPlatformImpl::createURLLoader() {
ChildThreadImpl* child_thread = ChildThreadImpl::current();
// There may be no child thread in RenderViewTests. These tests can still use

Powered by Google App Engine
This is Rietveld 408576698