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

Unified Diff: headless/app/headless_shell.h

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 | « no previous file | headless/app/headless_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/app/headless_shell.h
diff --git a/headless/app/headless_shell.h b/headless/app/headless_shell.h
index e38f017d285e74cbd1dfcc1f6b4de8681ed7607f..c6411ca45583baec423d855292b119385cadaf92 100644
--- a/headless/app/headless_shell.h
+++ b/headless/app/headless_shell.h
@@ -96,10 +96,12 @@ class HeadlessShell : public HeadlessWebContents::Observer,
GURL url_;
HeadlessBrowser* browser_; // Not owned.
std::unique_ptr<HeadlessDevToolsClient> devtools_client_;
+#if !defined(CHROME_MULTIPLE_DLL_CHILD)
HeadlessWebContents* web_contents_;
+ HeadlessBrowserContext* browser_context_;
+#endif
bool processed_page_ready_;
std::unique_ptr<base::FileProxy> file_proxy_;
- HeadlessBrowserContext* browser_context_;
std::unique_ptr<DeterministicDispatcher> deterministic_dispatcher_;
base::WeakPtrFactory<HeadlessShell> weak_factory_;
« no previous file with comments | « no previous file | headless/app/headless_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698