| 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 31241ae810d40bd5466600ee64964acffaa0eded..4553261c6bfacfc0eba9ba71a11d3cc4027867f2 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| @@ -39,7 +39,7 @@ namespace InspectorInstrumentation {
|
|
|
| CORE_EXPORT bool isDebuggerPaused(LocalFrame*);
|
| CORE_EXPORT bool collectingHTMLParseErrors(Document*);
|
| -CORE_EXPORT void continueAfterXFrameOptionsDenied(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&);
|
| +CORE_EXPORT void canceledAfterReceivedResourceResponse(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&);
|
| CORE_EXPORT void continueWithPolicyIgnore(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&);
|
| CORE_EXPORT bool consoleAgentEnabled(ExecutionContext*);
|
| CORE_EXPORT void removedResourceFromMemoryCache(Resource*);
|
|
|