| Index: third_party/WebKit/Source/core/loader/BaseFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/BaseFetchContext.h b/third_party/WebKit/Source/core/loader/BaseFetchContext.h
|
| index ad4dfbc66191f3ef67391185d78de9ec8181719f..925765f80464565c2fe7feb9d57f10274d82f43c 100644
|
| --- a/third_party/WebKit/Source/core/loader/BaseFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/BaseFetchContext.h
|
| @@ -58,7 +58,7 @@ class CORE_EXPORT BaseFetchContext : public FetchContext {
|
| virtual ContentSettingsClient* GetContentSettingsClient() const = 0;
|
| virtual Settings* GetSettings() const = 0;
|
| virtual SubresourceFilter* GetSubresourceFilter() const = 0;
|
| - virtual SecurityContext* GetMainResourceSecurityContext() const = 0;
|
| + virtual SecurityContext* GetParentSecurityContext() const = 0;
|
|
|
| // Note: subclasses are expected to override following methods.
|
| // Used in the default implementation for CanRequest, CanFollowRedirect
|
|
|