| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| index 9045c8f66b13593a087f3d5efc739c3682039d74..f90db6b88b4aae3a5357d8b37ed084843e99576c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| @@ -42,7 +42,7 @@ CORE_EXPORT void asyncTaskScheduled(ExecutionContext*, const String& name, void*
|
| CORE_EXPORT void asyncTaskScheduled(ExecutionContext*, const String& name, void*, bool recurring);
|
| CORE_EXPORT void asyncTaskCanceled(ExecutionContext*, void*);
|
| CORE_EXPORT void allAsyncTasksCanceled(ExecutionContext*);
|
| -CORE_EXPORT void continueAfterXFrameOptionsDenied(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&, Resource*);
|
| +CORE_EXPORT void canceledAfterReceivedResourceResponse(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&, Resource*);
|
| CORE_EXPORT void continueWithPolicyIgnore(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&, Resource*);
|
|
|
| } // namespace InspectorInstrumentation
|
|
|