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

Unified Diff: third_party/WebKit/Source/core/loader/WorkerFetchContext.h

Issue 2888333002: Send certificate errors from worker fetch context for off-main-thread-fetch. (Closed)
Patch Set: incorporated kinuko's comment Created 3 years, 7 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: third_party/WebKit/Source/core/loader/WorkerFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/WorkerFetchContext.h b/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
index fd41a56e987fc90a216dd94db419b3e7a5e06726..1689287a2d9430f06648e3174a32916c874d2caa 100644
--- a/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
@@ -63,6 +63,12 @@ class WorkerFetchContext final : public BaseFetchContext {
void AddAdditionalRequestHeaders(ResourceRequest&,
FetchResourceType) override;
+ void DispatchDidReceiveResponse(unsigned long identifier,
+ const ResourceResponse&,
+ WebURLRequest::FrameType,
+ WebURLRequest::RequestContext,
+ Resource*,
+ ResourceResponseType) override;
void AddResourceTiming(const ResourceTimingInfo&) override;
void PopulateResourceRequest(const KURL&,
Resource::Type,

Powered by Google App Engine
This is Rietveld 408576698