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

Unified Diff: headless/public/util/url_fetcher.h

Issue 2824813002: Remove URLRequestJob::GetResponseCode implementations. (Closed)
Patch Set: Fix more stuff 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 | « headless/public/util/testing/generic_url_request_mocks.cc ('k') | headless/public/util/url_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/url_fetcher.h
diff --git a/headless/public/util/url_fetcher.h b/headless/public/util/url_fetcher.h
index df0cc0ff21635911da492fd06bc89e20dbfea183..9dfc08a61546070efa800c75e21fc0c8cbe540f5 100644
--- a/headless/public/util/url_fetcher.h
+++ b/headless/public/util/url_fetcher.h
@@ -41,7 +41,6 @@ class HEADLESS_EXPORT URLFetcher {
// valid until the fetcher is destroyed,
virtual void OnFetchComplete(
const GURL& final_url,
- int http_response_code,
scoped_refptr<net::HttpResponseHeaders> response_headers,
const char* body,
size_t body_size) = 0;
@@ -49,7 +48,6 @@ class HEADLESS_EXPORT URLFetcher {
// Helper function which extracts the headers from |response_data| and calls
// OnFetchComplete.
void OnFetchCompleteExtractHeaders(const GURL& final_url,
- int http_response_code,
const char* response_data,
size_t response_data_size);
« no previous file with comments | « headless/public/util/testing/generic_url_request_mocks.cc ('k') | headless/public/util/url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698