| Index: chrome/browser/automation/url_request_automation_job.h
|
| ===================================================================
|
| --- chrome/browser/automation/url_request_automation_job.h (revision 31553)
|
| +++ chrome/browser/automation/url_request_automation_job.h (working copy)
|
| @@ -47,6 +47,10 @@
|
| return id_;
|
| }
|
|
|
| + int request_id() const {
|
| + return request_id_;
|
| + }
|
| +
|
| protected:
|
| // Protected URLRequestJob override.
|
| virtual bool ReadRawData(net::IOBuffer* buf, int buf_size, int* bytes_read);
|
| @@ -75,6 +79,7 @@
|
| scoped_refptr<net::HttpResponseHeaders> headers_;
|
| std::string redirect_url_;
|
| int redirect_status_;
|
| + int request_id_;
|
|
|
| static int instance_count_;
|
|
|
|
|