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

Unified Diff: chrome/browser/predictors/resource_prefetch_predictor_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 | « no previous file | chrome/browser/safe_browsing/certificate_reporting_service_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/predictors/resource_prefetch_predictor_unittest.cc
diff --git a/chrome/browser/predictors/resource_prefetch_predictor_unittest.cc b/chrome/browser/predictors/resource_prefetch_predictor_unittest.cc
index b21c918b8eb356b135f376a00e4f3762e6ac0379..5815d41a3620b4af8c64f67c3417b5d295f5b7bd 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor_unittest.cc
+++ b/chrome/browser/predictors/resource_prefetch_predictor_unittest.cc
@@ -70,7 +70,6 @@ class MockURLRequestJob : public net::URLRequestJob {
protected:
void Start() override { NotifyHeadersComplete(); }
- int GetResponseCode() const override { return 200; }
void GetResponseInfo(net::HttpResponseInfo* info) override {
*info = response_info_;
}
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/certificate_reporting_service_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698