| Index: Source/core/inspector/InspectorResourceAgent.h
|
| diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h
|
| index 779136a70a06fb2af6485bf9f7b2cd7d301623ae..517f3e66758d101d2414402e576985c8adc07cf7 100644
|
| --- a/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -94,7 +94,7 @@ public:
|
|
|
| void willSendRequest(unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse);
|
| void markResourceAsCached(unsigned long identifier);
|
| - void didReceiveResourceResponse(unsigned long identifier, DocumentLoader* laoder, const ResourceResponse&, ResourceLoader*);
|
| + void didReceiveResourceResponse(unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
|
| void didReceiveData(unsigned long identifier, const char* data, int dataLength, int encodedDataLength);
|
| void didFinishLoading(unsigned long identifier, DocumentLoader*, double monotonicFinishTime);
|
| void didFailLoading(unsigned long identifier, DocumentLoader*, const ResourceError&);
|
| @@ -148,6 +148,8 @@ public:
|
| virtual void clearBrowserCookies(ErrorString*);
|
| virtual void setCacheDisabled(ErrorString*, bool cacheDisabled);
|
|
|
| + virtual void loadResourceForFrontend(ErrorString*, const String& frameId, const String& url, PassRefPtr<LoadResourceForFrontendCallback>);
|
| +
|
| virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE;
|
|
|
| private:
|
|
|