Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(860)

Unified Diff: components/about_handler/url_request_about_job.h

Issue 1395643003: Fix two URLRequestJob subclasses that didn't support cancellation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OWNERS Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/about_handler/OWNERS ('k') | components/about_handler/url_request_about_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « components/about_handler/OWNERS ('k') | components/about_handler/url_request_about_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698