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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h

Issue 2711893002: Loosen FirstMeaningfulPaint UMA network-idle heuristics (Closed)
Patch Set: Capture 0-stable and 2-stable independently Created 3 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/loader/fetch/ResourceFetcher.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
index 8e47ccb2e3c325349a02dafa5f234703df0acd47..100d0dfea11e9f8c248b447b023cf6fd6c37930f 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
@@ -94,8 +94,8 @@ class PLATFORM_EXPORT ResourceFetcher
}
void clearContext();
- int requestCount() const;
- bool hasPendingRequest() const;
+ int blockingRequestCount() const;
+ int nonblockingRequestCount() const;
enum ClearPreloadsPolicy { ClearAllPreloads, ClearSpeculativeMarkupPreloads };

Powered by Google App Engine
This is Rietveld 408576698