| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index a937ef190f9fe10ec65dbb48ca93cf9129e07f43..a64640be0cbd0c4f8d763fb327c7a3cafd23eb37 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -883,6 +883,10 @@ quota::SpecialStoragePolicy* TestingProfile::GetSpecialStoragePolicy() {
|
| return GetExtensionSpecialStoragePolicy();
|
| }
|
|
|
| +content::SSLHostStateDecisions* TestingProfile::GetSSLHostStateDecisions() {
|
| + return NULL;
|
| +}
|
| +
|
| bool TestingProfile::WasCreatedByVersionOrLater(const std::string& version) {
|
| return true;
|
| }
|
|
|