| Index: third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| index ffc6869eb58647e2242e800f4aa9c16df9579f6a..ef3c78be9a1a27327aecbe0d0a100f81f90310d6 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
|
| @@ -129,7 +129,7 @@ class PLATFORM_EXPORT FetchContext
|
| ResourceRequest&,
|
| Resource::Type,
|
| const AtomicString& fetchInitiatorName,
|
| - bool forPreload);
|
| + bool suppressLogging);
|
| virtual void didLoadResource(Resource*);
|
|
|
| virtual void addResourceTiming(const ResourceTimingInfo&);
|
| @@ -140,7 +140,7 @@ class PLATFORM_EXPORT FetchContext
|
| const ResourceRequest&,
|
| const KURL&,
|
| const ResourceLoaderOptions&,
|
| - bool forPreload,
|
| + bool suppressReport,
|
| FetchRequest::OriginRestriction) const {
|
| return ResourceRequestBlockedReason::Other;
|
| }
|
|
|