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

Unified Diff: components/domain_reliability/uploader_unittest.cc

Issue 2672113002: Remove URLRequestJob::GetResponseCode implementations from some tests.
Patch Set: 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
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | content/browser/fileapi/file_writer_delegate_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/uploader_unittest.cc
diff --git a/components/domain_reliability/uploader_unittest.cc b/components/domain_reliability/uploader_unittest.cc
index 0b99fc0655df8652868801a508cd2c30c8515e5b..35b88be3f08dbc53ff24e9d2f090a428c24134b9 100644
--- a/components/domain_reliability/uploader_unittest.cc
+++ b/components/domain_reliability/uploader_unittest.cc
@@ -95,10 +95,6 @@ class UploadMockURLRequestJob : public net::URLRequestJob {
NotifyStartError(net::URLRequestStatus::FromError(result_.net_error));
}
- int GetResponseCode() const override {
- return result_.response_code;
- }
-
void GetResponseInfo(net::HttpResponseInfo* info) override {
info->headers = result_.response_headers;
}
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | content/browser/fileapi/file_writer_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698