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

Unified Diff: net/url_request/url_fetcher_impl.h

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Created 5 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: net/url_request/url_fetcher_impl.h
diff --git a/net/url_request/url_fetcher_impl.h b/net/url_request/url_fetcher_impl.h
index 0878469cb760edc0c9ea3aec18273973f1196473..e10190b428a82768444748142041c60d4edfb9bd 100644
--- a/net/url_request/url_fetcher_impl.h
+++ b/net/url_request/url_fetcher_impl.h
@@ -85,6 +85,8 @@ class NET_EXPORT_PRIVATE URLFetcherImpl : public URLFetcher {
bool WasCached() const override;
int64_t GetReceivedResponseContentLength() const override;
int64_t GetTotalReceivedBytes() const override;
+ int64 GetBytesReceivedSize() const override;
+ int64 GetBytesSentSize() const override;
void Start() override;
const GURL& GetOriginalURL() const override;
const GURL& GetURL() const override;

Powered by Google App Engine
This is Rietveld 408576698