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

Unified Diff: headless/public/util/deterministic_dispatcher.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/public/headless_web_contents.h ('k') | headless/public/util/deterministic_http_protocol_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/deterministic_dispatcher.h
diff --git a/headless/public/util/deterministic_dispatcher.h b/headless/public/util/deterministic_dispatcher.h
index 56c7c7e6390f3204a05377d93592fca673ca0c9e..88281981f8122c87b42e06c43327165b9f105a59 100644
--- a/headless/public/util/deterministic_dispatcher.h
+++ b/headless/public/util/deterministic_dispatcher.h
@@ -13,6 +13,7 @@
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
#include "base/synchronization/lock.h"
+#include "headless/public/headless_export.h"
#include "headless/public/util/url_request_dispatcher.h"
#include "net/base/net_errors.h"
@@ -23,7 +24,7 @@ class ManagedDispatchURLRequestJob;
// The purpose of this class is to queue up navigations and calls to
// OnHeadersComplete / OnStartError and dispatch them in order of creation. This
// helps make renders deterministic at the cost of slower page loads.
-class DeterministicDispatcher : public URLRequestDispatcher {
+class HEADLESS_EXPORT DeterministicDispatcher : public URLRequestDispatcher {
public:
explicit DeterministicDispatcher(
scoped_refptr<base::SingleThreadTaskRunner> io_thread_task_runner);
« no previous file with comments | « headless/public/headless_web_contents.h ('k') | headless/public/util/deterministic_http_protocol_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698