| Index: Source/core/inspector/InspectorInstrumentation.cpp
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.cpp b/Source/core/inspector/InspectorInstrumentation.cpp
|
| index 404ea4cae1206187c78ac3d6d2dc67e1613595ef..a5a8a77b002b2b69710c45db968e40d848909b43 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.cpp
|
| +++ b/Source/core/inspector/InspectorInstrumentation.cpp
|
| @@ -108,11 +108,6 @@ void continueAfterXFrameOptionsDeniedImpl(LocalFrame* frame, DocumentLoader* loa
|
| didReceiveResourceResponseButCanceledImpl(frame, loader, identifier, r);
|
| }
|
|
|
| -void continueWithPolicyDownloadImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
|
| -{
|
| - didReceiveResourceResponseButCanceledImpl(frame, loader, identifier, r);
|
| -}
|
| -
|
| void continueWithPolicyIgnoreImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
|
| {
|
| didReceiveResourceResponseButCanceledImpl(frame, loader, identifier, r);
|
|
|