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

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

Issue 2842253002: Move ReportLocalLoadFailed to ExecutionContext (Closed)
Patch Set: +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.cpp
diff --git a/third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp b/third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp
index d4830069f643e0b183069986e0f4e13af1dbf27d..f336afec9b79ca960829a59ee70264f4e2ac2856 100644
--- a/third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp
+++ b/third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp
@@ -125,10 +125,6 @@ void WorkerFetchContext::DispatchDidBlockRequest(
// TODO(horo): Implement this.
}
-void WorkerFetchContext::ReportLocalLoadFailed(const KURL&) const {
- // TODO(horo): Implement this.
-}
-
bool WorkerFetchContext::ShouldBypassMainWorldCSP() const {
// TODO(horo): Implement this.
return false;

Powered by Google App Engine
This is Rietveld 408576698