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

Unified Diff: third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp

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
Index: third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp
diff --git a/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp
index 2e2411ceeecb006602f8ccdbb0e4816865cf7ae0..432e0bc425dfba955fee204632ef98a504dc64e2 100644
--- a/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp
+++ b/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp
@@ -49,9 +49,7 @@ class MockBaseFetchContext final : public BaseFetchContext {
}
Settings* GetSettings() const override { return nullptr; }
SubresourceFilter* GetSubresourceFilter() const override { return nullptr; }
- SecurityContext* GetMainResourceSecurityContext() const override {
- return nullptr;
- }
+ SecurityContext* GetParentSecurityContext() const override { return nullptr; }
bool ShouldBlockRequestByInspector(const ResourceRequest&) const override {
return false;
}
« no previous file with comments | « third_party/WebKit/Source/core/loader/BaseFetchContext.cpp ('k') | third_party/WebKit/Source/core/loader/DocumentLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698