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

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

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 d5dd9aaeb36b2949270dee12a91b24c506b98ceb..28a6655fd2e49401a520b3ce9c7f6a330e7f4b6c 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -118,7 +118,7 @@ public:
private:
explicit FrameFetchContext(DocumentLoader*, Document*);
- inline DocumentLoader* ensureLoaderForNotifications() const;
+ inline DocumentLoader* effectiveDocumentLoader() const;
LocalFrame* frame() const; // Can be null
void printAccessDeniedMessage(const KURL&) const;

Powered by Google App Engine
This is Rietveld 408576698