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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.h

Issue 2844913002: Drop GetFrame()->GetDocument() usage in FrameFetchContext (Closed)
Patch Set: Fix last crash Created 3 years, 8 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/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index 805a36a7fcf0846c5cf228bf569b39dc08cce6e2..d7b23a01464509ddd016d4ad4a2691b707c69ad1 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -174,7 +174,7 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
ContentSettingsClient* GetContentSettingsClient() const override;
Settings* GetSettings() const override;
SubresourceFilter* GetSubresourceFilter() const override;
- SecurityContext* GetMainResourceSecurityContext() const override;
+ SecurityContext* GetParentSecurityContext() const override;
bool ShouldBlockRequestByInspector(const ResourceRequest&) const override;
void DispatchDidBlockRequest(const ResourceRequest&,
const FetchInitiatorInfo&,

Powered by Google App Engine
This is Rietveld 408576698