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

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

Issue 2775693003: Fix missing HEADLESS_EXPORT defines (Closed)
Patch Set: Added extra headless_export 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/lib/browser/headless_browser_impl.h ('k') | headless/lib/headless_content_main_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3346c64dca9bd04c460eec1bd37553b7192905f7..c966fca3601dbe6ac1d5bc3525b093f04931094d 100644
--- a/headless/lib/browser/headless_web_contents_impl.h
+++ b/headless/lib/browser/headless_web_contents_impl.h
@@ -13,6 +13,7 @@
#include "content/public/browser/render_process_host_observer.h"
#include "content/public/browser/web_contents_observer.h"
#include "headless/public/headless_devtools_target.h"
+#include "headless/public/headless_export.h"
#include "headless/public/headless_web_contents.h"
namespace content {
@@ -28,10 +29,12 @@ namespace headless {
class HeadlessBrowserImpl;
class WebContentsObserverAdapter;
-class HeadlessWebContentsImpl : public HeadlessWebContents,
- public HeadlessDevToolsTarget,
- public content::RenderProcessHostObserver,
- public content::WebContentsObserver {
+// Exported for tests.
+class HEADLESS_EXPORT HeadlessWebContentsImpl
+ : public HeadlessWebContents,
+ public HeadlessDevToolsTarget,
+ public content::RenderProcessHostObserver,
+ public content::WebContentsObserver {
public:
~HeadlessWebContentsImpl() override;
« no previous file with comments | « headless/lib/browser/headless_browser_impl.h ('k') | headless/lib/headless_content_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698