From 77f6fb43d125edea5fe8b76d663de95098baf1de Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Sat, 5 Sep 2009 14:21:09 +0000 Subject: Rename X-Force-TLS to Strict-Transport-Security. Also, remove StrictTransportSecurity code from SSLPolicy because that code doesn't work. R=agl Review URL: http://codereview.chromium.org/198035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25577 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/testing_profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test') diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index bc06a3d..b61e88d 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -100,7 +100,7 @@ class TestingProfile : public Profile { virtual SSLHostState* GetSSLHostState() { return NULL; } - virtual net::ForceTLSState* GetForceTLSState() { + virtual net::StrictTransportSecurityState* GetStrictTransportSecurityState() { return NULL; } virtual FaviconService* GetFaviconService(ServiceAccessType access) { -- cgit v1.1