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

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

Issue 2748463002: Split header modification out of willSendRequest
Patch Set: bug fix 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/InspectorTraceEvents.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
index 23734812135a022590690342ebb71af918b7f5d9..e5997e59d07f57ddcd46777f8d6f7bd96df8cd6b 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -81,7 +81,7 @@ class CORE_EXPORT InspectorTraceEvents : public InspectorAgent {
void willSendRequest(LocalFrame*,
unsigned long identifier,
DocumentLoader*,
- ResourceRequest&,
+ const ResourceRequest&,
const ResourceResponse& redirectResponse,
const FetchInitiatorInfo&);
void didReceiveResourceResponse(LocalFrame*,

Powered by Google App Engine
This is Rietveld 408576698