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

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

Issue 2910573002: Implement upgrade-insecure-requests in browser for frame requests (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
Index: content/browser/frame_host/mixed_content_navigation_throttle.h
diff --git a/content/browser/frame_host/mixed_content_navigation_throttle.h b/content/browser/frame_host/mixed_content_navigation_throttle.h
index 2313a7d41b0adc59a85c56a111e4d931741ab167..c7ca00f761e08f0d04eb02b5e95e4af28deb75bd 100644
--- a/content/browser/frame_host/mixed_content_navigation_throttle.h
+++ b/content/browser/frame_host/mixed_content_navigation_throttle.h
@@ -30,10 +30,6 @@ using ThrottleCheckResult = NavigationThrottle::ThrottleCheckResult;
//
// Current mixed content W3C draft that drives this implementation:
// https://w3c.github.io/webappsec-mixed-content/
-//
-// TODO(carlosk): For HSTS to work properly in PlzNavigate when these browser
-// side mixed content checks happen it needs to be ported to the browser as a
-// navigation throttle implementation. See https://crbug.com/692157.
class MixedContentNavigationThrottle : public NavigationThrottle {
public:
static std::unique_ptr<NavigationThrottle> CreateThrottleForNavigation(
« no previous file with comments | « content/browser/frame_host/form_submission_throttle.cc ('k') | content/browser/frame_host/navigation_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698