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

Unified Diff: net/test/url_request/url_request_mock_data_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_mock_data_job.h
diff --git a/net/test/url_request/url_request_mock_data_job.h b/net/test/url_request/url_request_mock_data_job.h
index 0324201c59992cdce702ff7a6c5dcf59a4a33f1c..e0102b536bfff247d72dce02406267046c9b6957 100644
--- a/net/test/url_request/url_request_mock_data_job.h
+++ b/net/test/url_request/url_request_mock_data_job.h
@@ -29,7 +29,6 @@ class URLRequestMockDataJob : public URLRequestJob {
void Start() override;
int ReadRawData(IOBuffer* buf, int buf_size) override;
- int GetResponseCode() const override;
void GetResponseInfo(HttpResponseInfo* info) override;
void ContinueWithCertificate(X509Certificate* client_cert,
SSLPrivateKey* client_private_key) override;
« no previous file with comments | « net/test/url_request/url_request_hanging_read_job.cc ('k') | net/test/url_request/url_request_mock_data_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698