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

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

Issue 2815003003: Headless (breaking change): A better GenericURLRequestJob::Delegate API (Closed)
Patch Set: Changes for Sami 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/generic_url_request_job_test.cc ('k') | headless/public/util/http_url_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/http_url_fetcher.h
diff --git a/headless/public/util/http_url_fetcher.h b/headless/public/util/http_url_fetcher.h
index 5049b4ec08a6cde246fef645005d0d38c6bf9d4f..c69d9fb201e02f3bfcfdc8fc59fbfe85ef546029 100644
--- a/headless/public/util/http_url_fetcher.h
+++ b/headless/public/util/http_url_fetcher.h
@@ -24,8 +24,8 @@ class HttpURLFetcher : public URLFetcher {
// URLFetcher implementation:
void StartFetch(const GURL& rewritten_url,
const std::string& method,
+ const std::string& post_data,
const net::HttpRequestHeaders& request_headers,
- const std::string& devtools_request_id,
ResultListener* result_listener) override;
private:
« no previous file with comments | « headless/public/util/generic_url_request_job_test.cc ('k') | headless/public/util/http_url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698