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

Unified Diff: headless/app/headless_shell.cc

Issue 2878253002: Fix non-component Win-Clang build of headless_shell (Closed)
Patch Set: Created 3 years, 7 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/app/headless_shell.h ('k') | headless/lib/headless_content_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/app/headless_shell.cc
diff --git a/headless/app/headless_shell.cc b/headless/app/headless_shell.cc
index e1107a3b5182f317d7fa77c0b29078e0a63d7f43..244d3381d508716c82746ff1659bc7684c27f349 100644
--- a/headless/app/headless_shell.cc
+++ b/headless/app/headless_shell.cc
@@ -59,10 +59,13 @@ bool ParseWindowSize(std::string window_size, gfx::Size* parsed_window_size) {
HeadlessShell::HeadlessShell()
: browser_(nullptr),
devtools_client_(HeadlessDevToolsClient::Create()),
+#if !defined(CHROME_MULTIPLE_DLL_CHILD)
web_contents_(nullptr),
- processed_page_ready_(false),
browser_context_(nullptr),
- weak_factory_(this) {}
+#endif
+ processed_page_ready_(false),
+ weak_factory_(this) {
+}
HeadlessShell::~HeadlessShell() {}
« no previous file with comments | « headless/app/headless_shell.h ('k') | headless/lib/headless_content_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698