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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/FetchContext.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/platform/loader/fetch/FetchContext.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
index 1c42354aef35490eb6a4584312f9b79fca473e6a..8c9202255b9304d8f2a96b080d5e628e07a687ed 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
@@ -115,7 +115,8 @@ class PLATFORM_EXPORT FetchContext
int encodedDataLength);
virtual void dispatchDidFinishLoading(unsigned long identifier,
double finishTime,
- int64_t encodedDataLength);
+ int64_t encodedDataLength,
+ int64_t decodedBodyLength);
virtual void dispatchDidFail(unsigned long identifier,
const ResourceError&,
int64_t encodedDataLength,

Powered by Google App Engine
This is Rietveld 408576698