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

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

Issue 2519893002: Stop dispatching encoded-data-length on each data chunk arrival (Closed)
Patch Set: fix Created 4 years, 1 month 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 7b1ff1285ff594f32a027f3dcba1667c03ee1a6b..fd660dc932f871a0c9454d111c51c442f68c1f85 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -206,9 +206,7 @@ std::unique_ptr<TracedValue> data(unsigned long identifier,
}
namespace InspectorReceiveDataEvent {
-std::unique_ptr<TracedValue> data(unsigned long identifier,
- LocalFrame*,
- int encodedDataLength);
+std::unique_ptr<TracedValue> data(unsigned long identifier, LocalFrame*);
}
namespace InspectorResourceFinishEvent {

Powered by Google App Engine
This is Rietveld 408576698