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

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

Issue 2844913002: Drop GetFrame()->GetDocument() usage in FrameFetchContext (Closed)
Patch Set: Add comment in SendMessageToConsoleForPossiblyNullDocument 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/BaseFetchContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/BaseFetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698