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