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

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

Issue 2043603004: headless: Introduce a browser context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits Created 4 years, 6 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_web_contents_impl.h
diff --git a/headless/lib/browser/headless_web_contents_impl.h b/headless/lib/browser/headless_web_contents_impl.h
index 3d2b765436120c33e533e350552c3558832f2730..e0eec04afa2f6e30115e2461c45b06620cdca072 100644
--- a/headless/lib/browser/headless_web_contents_impl.h
+++ b/headless/lib/browser/headless_web_contents_impl.h
@@ -36,9 +36,8 @@ class HeadlessWebContentsImpl : public HeadlessWebContents,
~HeadlessWebContentsImpl() override;
static std::unique_ptr<HeadlessWebContentsImpl> Create(
- content::BrowserContext* context,
+ HeadlessWebContents::Builder* builder,
aura::Window* parent_window,
- const gfx::Size& initial_size,
HeadlessBrowserImpl* browser);
// Takes ownership of |web_contents|.
« no previous file with comments | « headless/lib/browser/headless_url_request_context_getter.cc ('k') | headless/lib/browser/headless_web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698