summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorbhanudev <bhanudev@google.com>2015-08-18 15:21:18 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-18 22:22:06 +0000
commit2051ce7a01a4026ec1611c940a3d83a55a6e19ef (patch)
tree2409169e8a1e7262b718cd16842504dce8bf6d3e /chrome/chrome_browser.gypi
parent75eee56c732dd56ad5c733db0c4522adc8ce5029 (diff)
downloadchromium_src-2051ce7a01a4026ec1611c940a3d83a55a6e19ef.zip
chromium_src-2051ce7a01a4026ec1611c940a3d83a55a6e19ef.tar.gz
chromium_src-2051ce7a01a4026ec1611c940a3d83a55a6e19ef.tar.bz2
Common Name Mismatch Handler For WWW Subdomain Mismatch case
This CL displays a modified interstitial for the WWW subdomain mismatch error. When there is a WWW sub domain mismatch between the hostname entered in the URL and the dns name present in the certificate, we ping the www mismatched domain. If a valid response code is received, we display an interstitial with a link to that domain. BUG=507454 Review URL: https://codereview.chromium.org/1223233002 Cr-Commit-Position: refs/heads/master@{#344052}
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f27b353..9e6e9b0 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2735,6 +2735,8 @@
'browser/ssl/chrome_ssl_host_state_delegate.h',
'browser/ssl/chrome_ssl_host_state_delegate_factory.cc',
'browser/ssl/chrome_ssl_host_state_delegate_factory.h',
+ 'browser/ssl/common_name_mismatch_handler.cc',
+ 'browser/ssl/common_name_mismatch_handler.h',
'browser/ssl/connection_security.cc',
'browser/ssl/connection_security.h',
'browser/ssl/connection_security_android.cc',