| Index: net/url_request/url_request_job_metrics.h
|
| diff --git a/net/url_request/url_request_job_metrics.h b/net/url_request/url_request_job_metrics.h
|
| index 15bbaf688881a337b0c164893c2bdcd9367742fc..6552026f69ebe0d5b51d5c613e67ccaac77a3e9d 100644
|
| --- a/net/url_request/url_request_job_metrics.h
|
| +++ b/net/url_request/url_request_job_metrics.h
|
| @@ -23,6 +23,9 @@ class URLRequestJobMetrics {
|
| URLRequestJobMetrics();
|
| ~URLRequestJobMetrics();
|
|
|
| + // Append the text report of the frame loading to the input string.
|
| + void AppendText(std::wstring* text);
|
| +
|
| // The original url the job has been created for.
|
| scoped_ptr<GURL> original_url_;
|
|
|
| @@ -44,9 +47,6 @@ class URLRequestJobMetrics {
|
|
|
| // Final status of the job.
|
| bool success_;
|
| -
|
| - // Append the text report of the frame loading to the input string.
|
| - void AppendText(std::wstring* text);
|
| };
|
|
|
| } // namespace net
|
|
|