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

Unified Diff: content/test/BUILD.gn

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: Address jam@ comments; many minor code and comment updates. 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/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 172272dc9b7ce8bd7e825baa8eb2114c40b3441a..7550add7e805168f904d190d719bbf8c9fe08276 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1078,6 +1078,7 @@ test("content_unittests") {
"../browser/frame_host/ancestor_throttle_unittest.cc",
"../browser/frame_host/frame_tree_node_blame_context_unittest.cc",
"../browser/frame_host/frame_tree_unittest.cc",
+ "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc",
"../browser/frame_host/navigation_controller_impl_unittest.cc",
"../browser/frame_host/navigation_entry_impl_unittest.cc",
"../browser/frame_host/navigation_handle_impl_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698