| Index: chrome/browser/automation/url_request_automation_job.h
|
| diff --git a/chrome/browser/automation/url_request_automation_job.h b/chrome/browser/automation/url_request_automation_job.h
|
| index 6fedd070ba5319797f3d862b7cb9d6398f89d3b0..3fb9395bb351e5d1e19924e2e692c3a95536ad79 100644
|
| --- a/chrome/browser/automation/url_request_automation_job.h
|
| +++ b/chrome/browser/automation/url_request_automation_job.h
|
| @@ -127,6 +127,9 @@ class URLRequestAutomationJob : public net::URLRequestJob {
|
| // Contains the ip address and port of the destination host.
|
| net::HostPortPair socket_address_;
|
|
|
| + // Size of the upload data appended to the request.
|
| + uint64 upload_size_;
|
| +
|
| base::WeakPtrFactory<URLRequestAutomationJob> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(URLRequestAutomationJob);
|
|
|