| Index: components/about_handler/url_request_about_job.h
|
| diff --git a/components/about_handler/url_request_about_job.h b/components/about_handler/url_request_about_job.h
|
| index e37c568b8d0001c0cc80dfb1d1ce423f155dbbb3..d7a445d719b5fb6e2f3a373556227cef4eda3b2e 100644
|
| --- a/components/about_handler/url_request_about_job.h
|
| +++ b/components/about_handler/url_request_about_job.h
|
| @@ -20,6 +20,7 @@ class URLRequestAboutJob : public net::URLRequestJob {
|
|
|
| // URLRequestJob:
|
| void Start() override;
|
| + void Kill() override;
|
| bool GetMimeType(std::string* mime_type) const override;
|
|
|
| private:
|
|
|