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

Unified Diff: content/browser/service_worker/link_header_support.h

Issue 2481093003: Introduce ResourceRequesterInfo to abstract the requester of resource request (Closed)
Patch Set: make ResourceRequestInfoImpl::requester_info() non-const Created 4 years, 1 month 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/browser/service_worker/link_header_support.h
diff --git a/content/browser/service_worker/link_header_support.h b/content/browser/service_worker/link_header_support.h
index b47a6b06503a9ba5df00988f437af82aeb96b719..b57dfbfb2734df243f2d09c0b4624fb1afa54b69 100644
--- a/content/browser/service_worker/link_header_support.h
+++ b/content/browser/service_worker/link_header_support.h
@@ -19,10 +19,10 @@ class URLRequest;
namespace content {
class ServiceWorkerContextWrapper;
-void ProcessRequestForLinkHeaders(const net::URLRequest* request);
+void ProcessRequestForLinkHeaders(net::URLRequest* request);
CONTENT_EXPORT void ProcessLinkHeaderForRequest(
- const net::URLRequest* request,
+ net::URLRequest* request,
const std::string& link_header,
ServiceWorkerContextWrapper* service_worker_context_for_testing = nullptr);

Powered by Google App Engine
This is Rietveld 408576698