| Index: content/test/net/url_request_abort_on_end_job.h
|
| diff --git a/content/test/net/url_request_abort_on_end_job.h b/content/test/net/url_request_abort_on_end_job.h
|
| index b3d93756e95ea5a771c835ad91d10c012c827435..12a2a8294576faebcfa3b4af0c8b0fc90a38f0dd 100644
|
| --- a/content/test/net/url_request_abort_on_end_job.h
|
| +++ b/content/test/net/url_request_abort_on_end_job.h
|
| @@ -44,6 +44,8 @@ class URLRequestAbortOnEndJob : public net::URLRequestJob {
|
| void GetResponseInfoConst(net::HttpResponseInfo* info) const;
|
| void StartAsync();
|
|
|
| + static void AddUrlHandlerOnIOThread();
|
| +
|
| bool sent_data_;
|
|
|
| base::WeakPtrFactory<URLRequestAbortOnEndJob> weak_factory_;
|
|
|