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

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

Issue 2316573002: PlzNavigate: Support ResourceTiming API (Closed)
Patch Set: Rebase Created 4 years, 2 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 775ac88f648538d51be44ea96494fa922dd64605..029387b0a1b17cbc1ac459fe698c8b4f727e8155 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
@@ -122,10 +122,7 @@ class CORE_EXPORT ResourceFetcher
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