Index: Source/core/inspector/InspectorResourceAgent.h |
diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h |
index b15359507f4e8e5e005bebe1f8900460849f5171..b3f8ca56d5a5a76b3f38ccbfa9de29a4f6b60e95 100644 |
--- a/Source/core/inspector/InspectorResourceAgent.h |
+++ b/Source/core/inspector/InspectorResourceAgent.h |
@@ -148,8 +148,6 @@ public: |
virtual void clearBrowserCookies(ErrorString*); |
virtual void setCacheDisabled(ErrorString*, bool cacheDisabled); |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
- |
private: |
InspectorResourceAgent(InstrumentingAgents*, InspectorPageAgent*, InspectorClient*, InspectorCompositeState*); |