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

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

Issue 2068443002: Revert of Move 'frame-src' CSP checks into FrameFetchContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run revert on local machine to resolve conflicts Created 4 years, 6 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/DocumentLoader.h
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
index c76a1a81e06b24727140a758f958a11571103d42..acdd1efa89be2e1478ee0b4a42da30983f8a5cf2 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
@@ -112,7 +112,7 @@ public:
NavigationType getNavigationType() const { return m_navigationType; }
void setNavigationType(NavigationType navigationType) { m_navigationType = navigationType; }
- void startLoadingMainResource(ContentSecurityPolicyDisposition);
+ void startLoadingMainResource();
void acceptDataFromThreadedReceiver(const char* data, int dataLength, int encodedDataLength);
DocumentLoadTiming& timing() { return m_documentLoadTiming; }
@@ -177,7 +177,6 @@ private:
String debugName() const override { return "DocumentLoader"; }
bool maybeLoadEmpty();
- void loadUnique();
bool isRedirectAfterPost(const ResourceRequest&, const ResourceResponse&);

Powered by Google App Engine
This is Rietveld 408576698