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

Unified Diff: content/content_common.gypi

Issue 1072933006: Support whitelisting to handle insecure origins as trustworthy origins (chromium) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added test, added IsOriginSecure plumbing etc Created 5 years, 8 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/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index c380dfb6a168b8b084fcb1a82a6f5ef2ec8ff2a4..e1210bdda9901f3e337c5e470d3ed9fcb54739cf 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -89,6 +89,8 @@
'public/common/mojo_channel_switches.h',
'public/common/navigator_connect_client.cc',
'public/common/navigator_connect_client.h',
+ 'public/common/origin_util.cc',
+ 'public/common/origin_util.h',
'public/common/page_state.cc',
'public/common/page_state.h',
'public/common/page_type.h',

Powered by Google App Engine
This is Rietveld 408576698