| Index: chrome/test/testing_profile.cc
|
| diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
|
| index a9baafd1ccf772e7ba061a3e1abe31f7a3694393..14c00f98a1abec59def79aacfadddd428e1642e4 100644
|
| --- a/chrome/test/testing_profile.cc
|
| +++ b/chrome/test/testing_profile.cc
|
| @@ -429,10 +429,6 @@ ExtensionEventRouter* TestingProfile::GetExtensionEventRouter() {
|
| return NULL;
|
| }
|
|
|
| -ExtensionIOEventRouter* TestingProfile::GetExtensionIOEventRouter() {
|
| - return NULL;
|
| -}
|
| -
|
| SSLHostState* TestingProfile::GetSSLHostState() {
|
| return NULL;
|
| }
|
|
|