| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 656992b12949a93733feee2995907899e2167c4c..c76efdb62b53df720af18c0546513f1b76791701 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -460,10 +460,6 @@ SSLHostState* TestingProfile::GetSSLHostState() {
|
| return NULL;
|
| }
|
|
|
| -net::TransportSecurityState* TestingProfile::GetTransportSecurityState() {
|
| - return NULL;
|
| -}
|
| -
|
| FaviconService* TestingProfile::GetFaviconService(ServiceAccessType access) {
|
| return favicon_service_.get();
|
| }
|
| @@ -794,6 +790,10 @@ chrome_browser_net::Predictor* TestingProfile::GetNetworkPredictor() {
|
| return NULL;
|
| }
|
|
|
| +void TestingProfile::DeleteTransportSecurityStateSince(const base::Time& time) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| PrefService* TestingProfile::GetOffTheRecordPrefs() {
|
| return NULL;
|
| }
|
|
|