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

Unified Diff: net/test/url_request/url_request_hanging_read_job.h

Issue 2676033002: Give URLRequestJob::GetResponseCode a better default implementation. (Closed)
Patch Set: Add headers Created 3 years, 10 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
Index: net/test/url_request/url_request_hanging_read_job.h
diff --git a/net/test/url_request/url_request_hanging_read_job.h b/net/test/url_request/url_request_hanging_read_job.h
index f5eba1ef2c7c5308f597eaf5ca255078035fcaa6..83ac941e8e43ea2a4a4cf659d543a2c04585e4a0 100644
--- a/net/test/url_request/url_request_hanging_read_job.h
+++ b/net/test/url_request/url_request_hanging_read_job.h
@@ -21,7 +21,6 @@ class URLRequestHangingReadJob : public URLRequestJob {
void Start() override;
int ReadRawData(IOBuffer* buf, int buf_size) override;
- int GetResponseCode() const override;
void GetResponseInfo(HttpResponseInfo* info) override;
// Adds the testing URLs to the URLRequestFilter.
« no previous file with comments | « net/test/url_request/url_request_failed_job.cc ('k') | net/test/url_request/url_request_hanging_read_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698