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

Unified Diff: storage/browser/fileapi/file_writer_delegate_unittest.cc

Issue 2827233005: Remove URLRequestJob::GetResponseCode implementations outside of net/. (Closed)
Patch Set: Response to comments 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
« no previous file with comments | « ios/web/webui/url_data_manager_ios_backend.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/file_writer_delegate_unittest.cc
diff --git a/storage/browser/fileapi/file_writer_delegate_unittest.cc b/storage/browser/fileapi/file_writer_delegate_unittest.cc
index 39deadf92d76965abb0825877dd242fc39c5825c..9733b4b4612949f39ab85eb0965370a018928218 100644
--- a/storage/browser/fileapi/file_writer_delegate_unittest.cc
+++ b/storage/browser/fileapi/file_writer_delegate_unittest.cc
@@ -201,8 +201,6 @@ class FileWriterDelegateTestJob : public net::URLRequestJob {
return buf_size;
}
- int GetResponseCode() const override { return 200; }
-
void GetResponseInfo(net::HttpResponseInfo* info) override {
const char kStatus[] = "HTTP/1.1 200 OK\0";
const size_t kStatusLen = arraysize(kStatus);
« no previous file with comments | « ios/web/webui/url_data_manager_ios_backend.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698