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

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceFetcher.h

Issue 2039363003: FirstMeaningfulPaint UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ignore interactions before FP Created 4 years, 4 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/core/fetch/ResourceFetcher.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
index 5f05087fed4e89ef5aea3ad1d75289f9bca3d9c7..6d791e6f3d66837286215c0a22704f8a7d040de8 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
@@ -91,6 +91,7 @@ public:
void clearContext() { m_context.clear(); }
int requestCount() const;
+ bool hasPendingRequest() const;
enum ClearPreloadsPolicy { ClearAllPreloads, ClearSpeculativeMarkupPreloads };

Powered by Google App Engine
This is Rietveld 408576698