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

Unified Diff: third_party/WebKit/public/platform/WebWorkerFetchContext.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
« no previous file with comments | « third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebWorkerFetchContext.h
diff --git a/third_party/WebKit/public/platform/WebWorkerFetchContext.h b/third_party/WebKit/public/platform/WebWorkerFetchContext.h
index 5804d8af217b08a71c895944f183fcdaa786c15a..504d131336b9fe691ec0d0b5601042c6163c091e 100644
--- a/third_party/WebKit/public/platform/WebWorkerFetchContext.h
+++ b/third_party/WebKit/public/platform/WebWorkerFetchContext.h
@@ -48,6 +48,10 @@ class WebWorkerFetchContext {
// https://tools.ietf.org/html/draft-west-first-party-cookies.
// See content::URLRequest::first_party_for_cookies() for details.
virtual WebURL FirstPartyForCookies() const = 0;
+
+ // Reports the certificate error to the browser process.
+ virtual void DidRunContentWithCertificateErrors(const WebURL& url) {}
+ virtual void DidDisplayContentWithCertificateErrors(const WebURL& url) {}
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698