| Index: third_party/WebKit/WebCore/platform/network/chromium/ResourceResponse.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/platform/network/chromium/ResourceResponse.h (revision 10496)
|
| +++ third_party/WebKit/WebCore/platform/network/chromium/ResourceResponse.h (working copy)
|
| @@ -58,6 +58,10 @@
|
| m_isContentFiltered = isContentFiltered;
|
| }
|
|
|
| + // FIXME: This is a temporary change to investigate performance regression
|
| + // see http://crbug.com/8207
|
| + unsigned memoryUsage() const { return 0; }
|
| +
|
| private:
|
| friend class ResourceResponseBase;
|
|
|
|
|