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

Unified Diff: headless/public/util/protocol_handler_request_id_browsertest.cc

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/http_url_fetcher.cc ('k') | headless/public/util/url_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/protocol_handler_request_id_browsertest.cc
diff --git a/headless/public/util/protocol_handler_request_id_browsertest.cc b/headless/public/util/protocol_handler_request_id_browsertest.cc
index d6bbdffa5fc6896fd5e2eb872b78090fb4be5e08..68a34e25ed5d2f092b4064ba2ed7b70bef0b6b38 100644
--- a/headless/public/util/protocol_handler_request_id_browsertest.cc
+++ b/headless/public/util/protocol_handler_request_id_browsertest.cc
@@ -69,6 +69,7 @@ class RequestIdCorrelationProtocolHandler
void StartFetch(const GURL& url,
const std::string& method,
const net::HttpRequestHeaders& request_headers,
+ const std::string& devtools_request_id,
ResultListener* result_listener) override {
const Response* response = protocol_handler_->GetResponse(url.spec());
if (!response)
« no previous file with comments | « headless/public/util/http_url_fetcher.cc ('k') | headless/public/util/url_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698