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

Unified Diff: third_party/WebKit/public/platform/WebViewScheduler.h

Issue 2184123002: Change VirtualTimePolicy::PAUSE_IF_NETWORK_FETCHES_PENDING (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: And another test Created 4 years, 5 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/public/platform/WebViewScheduler.h
diff --git a/third_party/WebKit/public/platform/WebViewScheduler.h b/third_party/WebKit/public/platform/WebViewScheduler.h
index 37eb20dfc945b1dc57b5dfa7a8d4db98410db2fd..0e4b26adaaa6086e307c4331500764bcfcda9c17 100644
--- a/third_party/WebKit/public/platform/WebViewScheduler.h
+++ b/third_party/WebKit/public/platform/WebViewScheduler.h
@@ -53,7 +53,8 @@ public:
PAUSE,
// In this policy virtual time is allowed to advance unless there are pending network
- // fetches associated any child WebFrameScheduler.
+ // fetches associated any child WebFrameScheduler. Initially virtual time is not allowed
+ // to advance until we have seen at least one load.
PAUSE_IF_NETWORK_FETCHES_PENDING
};

Powered by Google App Engine
This is Rietveld 408576698