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

Unified Diff: net/url_request/url_request_http_job.h

Issue 10736066: Adding histograms showing fraction of page load times (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « net/url_request/url_request_context_builder.cc ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_http_job.h
===================================================================
--- net/url_request/url_request_http_job.h (revision 148459)
+++ net/url_request/url_request_http_job.h (working copy)
@@ -142,6 +142,7 @@
typedef base::RefCountedData<bool> SharedBoolean;
class HttpFilterContext;
+ class HttpTransactionDelegateImpl;
virtual ~URLRequestHttpJob();
@@ -187,6 +188,9 @@
// overridden by |override_response_headers_|.
HttpResponseHeaders* GetResponseHeaders() const;
+ // Override of the private interface of URLRequestJob.
+ virtual void OnDetachRequest() OVERRIDE;
+
base::Time request_creation_time_;
// Data used for statistics gathering. This data is only used for histograms
@@ -234,6 +238,8 @@
// to inform the NetworkDelegate that it may not call back.
bool awaiting_callback_;
+ scoped_ptr<HttpTransactionDelegateImpl> http_transaction_delegate_;
+
DISALLOW_COPY_AND_ASSIGN(URLRequestHttpJob);
};
« no previous file with comments | « net/url_request/url_request_context_builder.cc ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698