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

Unified Diff: headless/public/util/generic_url_request_job.h

Issue 2835603002: Revert of Add --headless flag to Windows (Closed)
Patch Set: Created 3 years, 8 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
Index: headless/public/util/generic_url_request_job.h
diff --git a/headless/public/util/generic_url_request_job.h b/headless/public/util/generic_url_request_job.h
index 679e5ca97f6f6bc7bbfd45842297e8c81a9b7545..8830934e3f9d9b34fc31e50f7158ac327808157e 100644
--- a/headless/public/util/generic_url_request_job.h
+++ b/headless/public/util/generic_url_request_job.h
@@ -14,7 +14,6 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
-#include "headless/public/headless_export.h"
#include "headless/public/util/managed_dispatch_url_request_job.h"
#include "headless/public/util/url_fetcher.h"
#include "net/base/net_errors.h"
@@ -35,7 +34,7 @@
class URLRequestDispatcher;
// Wrapper around net::URLRequest with helpers to access select metadata.
-class HEADLESS_EXPORT Request {
+class Request {
public:
virtual uint64_t GetRequestId() const = 0;
@@ -84,7 +83,7 @@
// Details of a pending request received by GenericURLRequestJob which must be
// either Allowed, Blocked, Modified or have it's response Mocked.
-class HEADLESS_EXPORT PendingRequest {
+class PendingRequest {
public:
virtual const Request* GetRequest() const = 0;
@@ -129,7 +128,7 @@
public PendingRequest,
public Request {
public:
- class HEADLESS_EXPORT Delegate {
+ class Delegate {
public:
// Notifies the delegate of an PendingRequest which must either be
// allowed, blocked, modifed or it's response mocked. Called on an arbitrary
« no previous file with comments | « headless/public/util/deterministic_http_protocol_handler.cc ('k') | headless/public/util/testing/generic_url_request_mocks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698