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

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

Issue 2750513002: Headless: Pass devtools request id to the URLFetcher (Closed)
Patch Set: Remove underscores Created 3 years, 9 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 aa9cdb650f6efae478770cc6985fd849334778a8..5049b4ec08a6cde246fef645005d0d38c6bf9d4f 100644
--- a/headless/public/util/http_url_fetcher.h
+++ b/headless/public/util/http_url_fetcher.h
@@ -25,6 +25,7 @@ class HttpURLFetcher : public URLFetcher {
void StartFetch(const GURL& rewritten_url,
const std::string& method,
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