| 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 11c334da9caacb66646b5f0c4315bba92d0cd8da..db09824236e1d14305c0cd1eacba891e00665a2d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -355,4 +355,7 @@ interface InspectorOverrides {
|
|
|
| [Resource]
|
| bool shouldForceCORSPreflight(Document*);
|
| +
|
| + [Resource]
|
| + bool shouldBlockRequest(LocalFrame*, const ResourceRequest&);
|
| }
|
|
|