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

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

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: re-add missing HEADLESS_EXPORT and child_lib dep to headles_shell and headless_example 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
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 909befa212766542f30f71f4d3948a5327081ff6..b020c99f8932c2b8618b57ab9f9685dd1d840dd4 100644
--- a/headless/public/util/generic_url_request_job.h
+++ b/headless/public/util/generic_url_request_job.h
@@ -53,7 +53,7 @@ class HEADLESS_EXPORT GenericURLRequestJob
size_t response_data_size;
};
- class Delegate {
+ class HEADLESS_EXPORT Delegate {
public:
// Allows the delegate to rewrite the URL for a given request. Return true
// to signal that the rewrite is in progress and |callback| will be called

Powered by Google App Engine
This is Rietveld 408576698