| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index bd9e97072896a14bd31bb0ce8a1507e98ecbe1f5..ccf00fb1bc1a35cb24b92620a9599b65be359b54 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -78,6 +78,15 @@ private:
|
| RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
|
| };
|
|
|
| +enum InspectorRequestBlockedReason {
|
| + InspectorRequestBlockedReasonCSP,
|
| + InspectorRequestBlockedReasonMixedContent,
|
| + InspectorRequestBlockedReasonOrigin,
|
| + InspectorRequestBlockedReasonInspector,
|
| + InspectorRequestBlockedReasonOther,
|
| + InspectorRequestBlockedReasonNone
|
| +};
|
| +
|
| namespace InspectorInstrumentation {
|
|
|
| class CORE_EXPORT FrontendCounter {
|
|
|