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

Unified Diff: headless/public/headless_web_contents.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/headless_content_main_delegate.h ('k') | headless/public/util/deterministic_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/headless_web_contents.h
diff --git a/headless/public/headless_web_contents.h b/headless/public/headless_web_contents.h
index 74dc4df9049d83f4bdc1c8fd42ba83ce736d5cec..70c92abf4739d0d01e6aea9d42252399c23ed916 100644
--- a/headless/public/headless_web_contents.h
+++ b/headless/public/headless_web_contents.h
@@ -26,11 +26,11 @@ class HeadlessDevToolsTarget;
// main thread.
class HEADLESS_EXPORT HeadlessWebContents {
public:
- class Builder;
+ class HEADLESS_EXPORT Builder;
virtual ~HeadlessWebContents() {}
- class Observer {
+ class HEADLESS_EXPORT Observer {
public:
// All the following notifications will be called on browser main thread.
« no previous file with comments | « headless/lib/headless_content_main_delegate.h ('k') | headless/public/util/deterministic_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698