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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.h

Issue 2712833002: DevTools: Show decoded body length for network requests on timeline. (Closed)
Patch Set: rebaseline 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/core/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index bcd82eb8049c1eb52bb4a8ff0a655d6593dd3781..df9b46b845b214be5bebca08da17756eb0bd47fe 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -107,7 +107,8 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
int encodedDataLength) override;
void dispatchDidFinishLoading(unsigned long identifier,
double finishTime,
- int64_t encodedDataLength) override;
+ int64_t encodedDataLength,
+ int64_t decodedBodyLength) override;
void dispatchDidFail(unsigned long identifier,
const ResourceError&,
int64_t encodedDataLength,

Powered by Google App Engine
This is Rietveld 408576698