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

Unified Diff: content/browser/streams/stream_url_request_job.h

Issue 2822593003: Remove URLRequestJob::GetResponseCode implementations (Closed)
Patch Set: Fix Created 3 years, 8 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: content/browser/streams/stream_url_request_job.h
diff --git a/content/browser/streams/stream_url_request_job.h b/content/browser/streams/stream_url_request_job.h
index 741af056485923b25cd7f58011d4b7115760f5b3..2eafa5f94c584a1333f556c7bc6941eff7cec1d6 100644
--- a/content/browser/streams/stream_url_request_job.h
+++ b/content/browser/streams/stream_url_request_job.h
@@ -33,7 +33,6 @@ class CONTENT_EXPORT StreamURLRequestJob
int ReadRawData(net::IOBuffer* buf, int buf_size) override;
bool GetMimeType(std::string* mime_type) const override;
void GetResponseInfo(net::HttpResponseInfo* info) override;
- int GetResponseCode() const override;
int64_t GetTotalReceivedBytes() const override;
protected:
« no previous file with comments | « no previous file | content/browser/streams/stream_url_request_job.cc » ('j') | content/browser/streams/stream_url_request_job.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698