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

Unified Diff: headless/lib/browser/headless_browser_context_impl.h

Issue 2352663003: Adds a --deterministic-fetch flag to headless_shell (Closed)
Patch Set: Changed a few comments Created 4 years, 3 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: headless/lib/browser/headless_browser_context_impl.h
diff --git a/headless/lib/browser/headless_browser_context_impl.h b/headless/lib/browser/headless_browser_context_impl.h
index 7f8d3bb762abec4a0db102edfb30254feca67950..23a6602f630d875258eac767e19a87bd4ca4d557 100644
--- a/headless/lib/browser/headless_browser_context_impl.h
+++ b/headless/lib/browser/headless_browser_context_impl.h
@@ -42,6 +42,7 @@ class HeadlessBrowserContextImpl : public HeadlessBrowserContext,
const std::string& devtools_agent_host_id) override;
void Close() override;
const std::string& Id() const override;
+ net::URLRequestContext* GetRequestContext() const override;
// BrowserContext implementation:
std::unique_ptr<content::ZoomLevelDelegate> CreateZoomLevelDelegate(

Powered by Google App Engine
This is Rietveld 408576698