diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 08:34:46 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 08:34:46 +0000 |
commit | d26f58aeca2d32c34ceeb84f905f81d9ba183438 (patch) | |
tree | 526488d74ac8f6fccd9f0006d40e50775c57b3c6 /chrome/browser/browser.vcproj | |
parent | 41940f0fc8252f2f40c1d9113d547697ea3fe091 (diff) | |
download | chromium_src-d26f58aeca2d32c34ceeb84f905f81d9ba183438.zip chromium_src-d26f58aeca2d32c34ceeb84f905f81d9ba183438.tar.gz chromium_src-d26f58aeca2d32c34ceeb84f905f81d9ba183438.tar.bz2 |
Remember that we've white listed a certificate when we switch to a new tab.
R=wtc
BUG=6456
Review URL: http://codereview.chromium.org/20296
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9747 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> |