Chromium Code Reviews| Index: Source/core/inspector/InspectorPageAgent.h |
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h |
| index 0fc327a1c27b1f004cf8d1a9bab7b7bc4d79ae10..68555283b13e8aaf7b28c730b12532647e7a68b1 100644 |
| --- a/Source/core/inspector/InspectorPageAgent.h |
| +++ b/Source/core/inspector/InspectorPageAgent.h |
| @@ -68,6 +68,8 @@ public: |
| ScriptResource, |
| TextTrackResource, |
| XHRResource, |
| + FetchResource, |
| + EventSourceResource, |
| WebSocketResource, |
| OtherResource |
| }; |