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

Unified Diff: net/url_request/url_request_http_job.h

Issue 1097303003: Plumb ConnectionAttempts from HttpNetworkTransaction to URLRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@domrel_serverip1
Patch Set: rebase Created 5 years, 8 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_request_http_job.h
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
index f45058ed4227dcf51c0882ca025be9993852934d..3dd49fa72efa6f5b93a761fb28b09cff060cec4d 100644
--- a/net/url_request/url_request_http_job.h
+++ b/net/url_request/url_request_http_job.h
@@ -57,6 +57,8 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob {
return priority_;
}
+ void GetConnectionAttempts(ConnectionAttempts* out) const override;
Randy Smith (Not in Mondays) 2015/05/01 17:03:44 IWYU: I think you should forward declare Connectio
Randy Smith (Not in Mondays) 2015/05/01 17:03:44 It looks to me as if priority() isn't an override
Deprecated (see juliatuttle) 2015/05/04 19:53:37 Done.
Deprecated (see juliatuttle) 2015/05/04 19:53:37 Done.
+
private:
enum CompletionCause {
ABORTED,

Powered by Google App Engine
This is Rietveld 408576698