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

Unified Diff: content/browser/appcache/appcache_url_request_job.h

Issue 2824583003: Remove URLRequestJob::GetResponseCode implementations from AppCache. (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/appcache/appcache_url_request_job.h
diff --git a/content/browser/appcache/appcache_url_request_job.h b/content/browser/appcache/appcache_url_request_job.h
index e71e085ca541b6277a3a942be20c8afad3bdc5d3..3b6de0d99e036cff1f9350e28b222baf39e73ffa 100644
--- a/content/browser/appcache/appcache_url_request_job.h
+++ b/content/browser/appcache/appcache_url_request_job.h
@@ -158,7 +158,6 @@ class CONTENT_EXPORT AppCacheURLRequestJob
// FilterContext methods
bool GetMimeType(std::string* mime_type) const override;
- int GetResponseCode() const override;
// Invokes |prepare_to_restart_callback_| and then calls
// net::URLRequestJob::NotifyRestartRequired.
« no previous file with comments | « content/browser/appcache/appcache_update_job_unittest.cc ('k') | content/browser/appcache/appcache_url_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698