Index: chrome/test/testing_profile.cc |
diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc |
index 1458d4a1d9fabd3b20b39762ffffa9dcf43af075..479cf70a03b35c24abe44e3f3fa3988e594fef02 100644 |
--- a/chrome/test/testing_profile.cc |
+++ b/chrome/test/testing_profile.cc |
@@ -432,10 +432,6 @@ ExtensionEventRouter* TestingProfile::GetExtensionEventRouter() { |
return NULL; |
} |
-ExtensionIOEventRouter* TestingProfile::GetExtensionIOEventRouter() { |
- return NULL; |
-} |
- |
ExtensionSpecialStoragePolicy* |
TestingProfile::GetExtensionSpecialStoragePolicy() { |
if (!extension_special_storage_policy_) |