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

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

Issue 2316573002: PlzNavigate: Support ResourceTiming API (Closed)
Patch Set: Addressed comments. Created 4 years, 3 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 32e4f3909f6b0dbd65c23189d17eba60852c67ae..b88fe3e132384dd4aec75559a407e246ecd6cccb 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
@@ -108,7 +108,7 @@ public:
void stopFetching();
bool isFetching() const;
- bool willFollowRedirect(Resource*, ResourceRequest&, const ResourceResponse&, int64_t encodedDataLength);
+ bool willFollowRedirect(Resource*, ResourceRequest&, const ResourceResponse&);
enum DidFinishLoadingReason {
DidFinishLoading,
DidFinishFirstPartInMultipart

Powered by Google App Engine
This is Rietveld 408576698