diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 10:04:35 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 10:04:35 +0000 |
commit | 34cc84fd2e2c22194b88d652b7331846aa620a1b (patch) | |
tree | 6618582cf33a54974c547d309883c31f41d237e1 /chrome/browser/browser.vcproj | |
parent | 52b56d1abe78e4a87b6c6a540b41d46961af0b61 (diff) | |
download | chromium_src-34cc84fd2e2c22194b88d652b7331846aa620a1b.zip chromium_src-34cc84fd2e2c22194b88d652b7331846aa620a1b.tar.gz chromium_src-34cc84fd2e2c22194b88d652b7331846aa620a1b.tar.bz2 |
Remember that we've white listed a certificate when we switch to a new tab.
R=wtc
BUG=6456
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9749 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 8c02fd3..d341b5a 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -2358,6 +2358,14 @@ > </File> <File + RelativePath=".\ssl\ssl_host_state.cc" + > + </File> + <File + RelativePath=".\ssl\ssl_host_state.h" + > + </File> + <File RelativePath=".\ssl\ssl_manager.cc" > </File> |