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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.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/inspector/InspectorTraceEvents.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
index b120539b75864ed54c20ee02a1f4bf271e551f42..b0d6478573f8b86428390ad27cfdee42a3f3f38c 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -218,7 +218,8 @@ namespace InspectorResourceFinishEvent {
std::unique_ptr<TracedValue> data(unsigned long identifier,
double finishTime,
bool didFail,
- int64_t encodedDataLength);
+ int64_t encodedDataLength,
+ int64_t decodedBodyLength);
}
namespace InspectorTimerInstallEvent {

Powered by Google App Engine
This is Rietveld 408576698