| 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 1c3e866eb82002f7f852a8faf2174dae59f0151a..2009acbc361b34dfa3072c1feb0a6633ba88b9af 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| @@ -38,7 +38,7 @@ namespace blink {
|
| namespace InspectorInstrumentation {
|
|
|
| CORE_EXPORT bool isDebuggerPaused(LocalFrame*);
|
| -CORE_EXPORT void canceledAfterReceivedResourceResponse(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&, Resource*);
|
| +CORE_EXPORT void continueAfterXFrameOptionsDenied(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&, Resource*);
|
| CORE_EXPORT void continueWithPolicyIgnore(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&, Resource*);
|
| CORE_EXPORT bool consoleAgentEnabled(ExecutionContext*);
|
| CORE_EXPORT void willDestroyResource(Resource*);
|
|
|