Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2125)

Unified Diff: content/public/browser/resource_request_info.h

Issue 10825073: Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698