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

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

Issue 2557063002: Upgrade Insecure Requests: bugfixes, tests, and support for OOPIF.
Patch Set: Addressed comments (@nasko #2). Created 4 years 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/FrameLoader.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
index d2fba45ac9bdd5e39a341b649ae39123db1ea0dc..36f25a36327534c9c34405537e86efe0c9088614 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
@@ -159,7 +159,7 @@ class CORE_EXPORT FrameLoader final {
WebInsecureRequestPolicy getInsecureRequestPolicy() const;
SecurityContext::InsecureNavigationsSet* insecureNavigationsToUpgrade() const;
- void modifyRequestForCSP(ResourceRequest&, Document*) const;
+ void modifyRequestForCSP(ResourceRequest&, Document* originDocument) const;
Frame* opener();
void setOpener(LocalFrame*);
@@ -254,7 +254,7 @@ class CORE_EXPORT FrameLoader final {
void detachDocumentLoader(Member<DocumentLoader>&);
- void upgradeInsecureRequest(ResourceRequest&, Document*) const;
+ void upgradeInsecureRequest(ResourceRequest&, Document* originDocument) const;
std::unique_ptr<TracedValue> toTracedValue() const;
void takeObjectSnapshot() const;

Powered by Google App Engine
This is Rietveld 408576698