| Index: third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceResponse.h b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| index 68b63877fda9f63cb249d56230e38990df3f2279..3835c80e7929a73d1a7594b286e6a81c4bb88364 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| @@ -288,7 +288,6 @@ public:
|
| ExtraData* getExtraData() const { return m_extraData.get(); }
|
| void setExtraData(PassRefPtr<ExtraData> extraData) { m_extraData = extraData; }
|
|
|
| - // The ResourceResponse subclass may "shadow" this method to provide platform-specific memory usage information
|
| unsigned memoryUsage() const
|
| {
|
| // average size, mostly due to URL and Header Map strings
|
|
|