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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.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/InspectorNetworkAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
index 8b7ab5a030195974819c3c984992f5bfdf9904ca..1fbb76b1abd19a072de6cdcb16768d74d02876de 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
@@ -81,10 +81,11 @@ class CORE_EXPORT InspectorNetworkAgent final
ResourceRequestBlockedReason);
void didChangeResourcePriority(unsigned long identifier,
ResourceLoadPriority);
+ void prepareRequest(unsigned long identifier, ResourceRequest&);
void willSendRequest(LocalFrame*,
unsigned long identifier,
DocumentLoader*,
- ResourceRequest&,
+ const ResourceRequest&,
const ResourceResponse& redirectResponse,
const FetchInitiatorInfo&);
void markResourceAsCached(unsigned long identifier);

Powered by Google App Engine
This is Rietveld 408576698