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

Unified Diff: content/browser/frame_host/DEPS

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Addressed all jam@ latest comments. Created 3 years, 11 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/DEPS
diff --git a/content/browser/frame_host/DEPS b/content/browser/frame_host/DEPS
index a6068f73b0b23748e1fc6f9bdb78525996d46d8b..f6f6a23a33d170d70540a32fb427f7f188370841 100644
--- a/content/browser/frame_host/DEPS
+++ b/content/browser/frame_host/DEPS
@@ -22,4 +22,7 @@ specific_include_rules = {
"+content/browser/web_contents",
"+content/public/browser/web_contents_delegate.h",
],
+ "mixed_content_navigation_throttle\.(cc|h)": [
jam 2017/01/09 21:15:46 nit: not needed anymore
carlosk 2017/01/10 19:13:11 Done.
+ "+third_party/WebKit/public/platform/WebMixedContent.h",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698