Chromium Code Reviews| Index: WebCore/inspector/InspectorResource.h |
| =================================================================== |
| --- WebCore/inspector/InspectorResource.h (revision 67840) |
| +++ WebCore/inspector/InspectorResource.h (working copy) |
| @@ -80,6 +80,7 @@ |
| void releaseScriptObject(InspectorFrontend* frontend); |
| void updateRequest(const ResourceRequest&); |
| + void markAsCached(); |
| void updateResponse(const ResourceResponse&); |
| void setOverrideContent(const ScriptString& data, Type); |