| 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;
|
|
|