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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h

Issue 2729613008: [instrumentation] Introduce InspectorTraceEvents agent (Closed)
Patch Set: all done Created 3 years, 9 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/InspectorNetworkAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
index 71f498e0e04239a108b690577d09944f5fa9e3ed..a3017299ce1792113f79f0e0b99f546ec859d4a5 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
@@ -102,7 +102,8 @@ class CORE_EXPORT InspectorNetworkAgent final
int encodedDataLength);
void didFinishLoading(unsigned long identifier,
double monotonicFinishTime,
- int64_t encodedDataLength);
+ int64_t encodedDataLength,
+ int64_t decodedBodyLength);
void didReceiveCORSRedirectResponse(LocalFrame*,
unsigned long identifier,
DocumentLoader*,

Powered by Google App Engine
This is Rietveld 408576698