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

Unified Diff: chrome/browser/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: Moved methods from ContentBrowserClient to WebContentsDelegate; all caps constant names. 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 87e08200b018cf67e41be2b839d84f8019f76db8..499f7e2d62a60e9f770cd6058ef67ed97332908d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -268,6 +268,8 @@ split_static_library("browser") {
"content_settings/host_content_settings_map_factory.h",
"content_settings/local_shared_objects_container.cc",
"content_settings/local_shared_objects_container.h",
+ "content_settings/mixed_content_settings.cc",
+ "content_settings/mixed_content_settings.h",
"content_settings/tab_specific_content_settings.cc",
"content_settings/tab_specific_content_settings.h",
"content_settings/web_site_settings_uma_util.cc",

Powered by Google App Engine
This is Rietveld 408576698