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