| Index: content/browser/net/url_request_slow_download_job.h
|
| diff --git a/content/browser/net/url_request_slow_download_job.h b/content/browser/net/url_request_slow_download_job.h
|
| index b5dc8a3f4d3406c0a2fb0fbd65c8abb4ebe69096..3f0d40f7ff68587a4d9eb3a8248adf09a9f096ef 100644
|
| --- a/content/browser/net/url_request_slow_download_job.h
|
| +++ b/content/browser/net/url_request_slow_download_job.h
|
| @@ -43,7 +43,7 @@ class URLRequestSlowDownloadJob : public net::URLRequestJob {
|
|
|
| // Returns the current number of URLRequestSlowDownloadJobs that have
|
| // not yet completed.
|
| - static size_t NumberOutstandingRequests();
|
| + CONTENT_EXPORT static size_t NumberOutstandingRequests();
|
|
|
| // Adds the testing URLs to the net::URLRequestFilter.
|
| CONTENT_EXPORT static void AddUrlHandler();
|
|
|