| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| index b5ce1858e5ca209ecaf2138de04dff55ccd5305a..2a6816e3729f8aeb2b9d87f6ec1c11dee23056fb 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -152,7 +152,10 @@ class XMLHttpRequest;
|
| void didChangeResourcePriority(LocalFrame*, unsigned long identifier, ResourceLoadPriority loadPriority);
|
|
|
| [Network]
|
| - void willSendRequest([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&);
|
| + void prepareRequest(LocalFrame*, DocumentLoader*, ResourceRequest&);
|
| +
|
| + [Network]
|
| + void willSendRequest([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&);
|
|
|
| [Network]
|
| void markResourceAsCached(LocalFrame*, unsigned long identifier);
|
|
|