| Index: content/public/browser/resource_request_info.h
|
| diff --git a/content/public/browser/resource_request_info.h b/content/public/browser/resource_request_info.h
|
| index 18db16720af24f0c040e077c7d4f780a87db05d3..61cac09869f4d10bd837114e9f14c8fb2c5abd3c 100644
|
| --- a/content/public/browser/resource_request_info.h
|
| +++ b/content/public/browser/resource_request_info.h
|
| @@ -80,10 +80,6 @@ class ResourceRequestInfo {
|
| // Returns the associated referrer policy.
|
| virtual WebKit::WebReferrerPolicy GetReferrerPolicy() const = 0;
|
|
|
| - // When there is upload data, this is the byte count of that data. When there
|
| - // is no upload, this will be 0.
|
| - virtual uint64 GetUploadSize() const = 0;
|
| -
|
| // True if the request was initiated by a user action (like a tap to follow
|
| // a link).
|
| virtual bool HasUserGesture() const = 0;
|
|
|