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

Unified Diff: content/common/net/url_request_service_worker_data.h

Issue 2368923003: Support the Clear-Site-Data header on resource requests (Closed)
Patch Set: Created 4 years, 3 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: content/common/net/url_request_service_worker_data.h
diff --git a/content/common/net/url_request_service_worker_data.h b/content/common/net/url_request_service_worker_data.h
index 4d72321d0a6ffdf6ca130be2b4d9aaa443110ff8..4c76ed7142dc6e6c5e328594b701f72ee86f3956 100644
--- a/content/common/net/url_request_service_worker_data.h
+++ b/content/common/net/url_request_service_worker_data.h
@@ -6,6 +6,7 @@
#define CONTENT_COMMON_NET_URL_REQUEST_SERVICE_WORKER_DATA_H_
#include "base/supports_user_data.h"
+#include "content/common/content_export.h"
namespace content {
@@ -15,7 +16,8 @@ namespace content {
// - fetching Service Worker script itself for installation,
// - importing other scripts from within a Service Worker script,
// - calling fetch() from within a Service Worker script.
-class URLRequestServiceWorkerData : public base::SupportsUserData::Data {
+class CONTENT_EXPORT URLRequestServiceWorkerData
+ : public base::SupportsUserData::Data {
public:
URLRequestServiceWorkerData();
~URLRequestServiceWorkerData() override;

Powered by Google App Engine
This is Rietveld 408576698