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/test/testing_profile.h | |
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/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index b355aca2..43913ad 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -84,6 +84,9 @@ class TestingProfile : public Profile { virtual UserScriptMaster* GetUserScriptMaster() { return NULL; } + virtual SSLHostState* GetSSLHostState() { + return NULL; + } virtual HistoryService* GetHistoryService(ServiceAccessType access) { return history_service_.get(); } |