summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/testing_profile.cc')
-rw-r--r--chrome/test/testing_profile.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
index 1458d4a..479cf70 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_)