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

Unified Diff: third_party/WebKit/public/platform/WebHTTPLoadInfo.h

Issue 2521483002: Remove ResourceLoaderInfo::encodedDataLength (Closed)
Patch Set: fix Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/platform/network/ResourceLoadInfo.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebHTTPLoadInfo.h
diff --git a/third_party/WebKit/public/platform/WebHTTPLoadInfo.h b/third_party/WebKit/public/platform/WebHTTPLoadInfo.h
index 770af72056ab3ebb7327b3e9a5aee3e16d7b10a2..74961505db28475f7d6da5b57917d97bcf0ea33e 100644
--- a/third_party/WebKit/public/platform/WebHTTPLoadInfo.h
+++ b/third_party/WebKit/public/platform/WebHTTPLoadInfo.h
@@ -59,9 +59,6 @@ class WebHTTPLoadInfo {
BLINK_PLATFORM_EXPORT WebString httpStatusText() const;
BLINK_PLATFORM_EXPORT void setHTTPStatusText(const WebString&);
- BLINK_PLATFORM_EXPORT long long encodedDataLength() const;
- BLINK_PLATFORM_EXPORT void setEncodedDataLength(long long);
-
BLINK_PLATFORM_EXPORT void addRequestHeader(const WebString& name,
const WebString& value);
BLINK_PLATFORM_EXPORT void addResponseHeader(const WebString& name,
« no previous file with comments | « third_party/WebKit/Source/platform/network/ResourceLoadInfo.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698