summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-13 10:04:35 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-13 10:04:35 +0000
commit34cc84fd2e2c22194b88d652b7331846aa620a1b (patch)
tree6618582cf33a54974c547d309883c31f41d237e1 /chrome/test/testing_profile.h
parent52b56d1abe78e4a87b6c6a540b41d46961af0b61 (diff)
downloadchromium_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.h3
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();
}