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

Unified Diff: content/browser/frame_host/ancestor_throttle.h

Issue 2909513002: Move PlzNavigate frame-src CSP check to NavigationRequest (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « no previous file | content/browser/frame_host/ancestor_throttle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/ancestor_throttle.h
diff --git a/content/browser/frame_host/ancestor_throttle.h b/content/browser/frame_host/ancestor_throttle.h
index 7089a70b065d1a18c51dd92f201b780b5d12c45c..bef0114b8aab0a9518a1e0ae0eb7dca2b90b5b0a 100644
--- a/content/browser/frame_host/ancestor_throttle.h
+++ b/content/browser/frame_host/ancestor_throttle.h
@@ -38,8 +38,6 @@ class CONTENT_EXPORT AncestorThrottle : public NavigationThrottle {
~AncestorThrottle() override;
- NavigationThrottle::ThrottleCheckResult WillStartRequest() override;
- NavigationThrottle::ThrottleCheckResult WillRedirectRequest() override;
NavigationThrottle::ThrottleCheckResult WillProcessResponse() override;
const char* GetNameForLogging() override;
@@ -59,9 +57,6 @@ class CONTENT_EXPORT AncestorThrottle : public NavigationThrottle {
HeaderDisposition ParseHeader(const net::HttpResponseHeaders* headers,
std::string* header_value);
- NavigationThrottle::ThrottleCheckResult CheckContentSecurityPolicyFrameSrc(
- bool is_redirect);
-
DISALLOW_COPY_AND_ASSIGN(AncestorThrottle);
};
« no previous file with comments | « no previous file | content/browser/frame_host/ancestor_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698