Index: chrome/browser/extensions/extension_browser_event_router.cc |
diff --git a/chrome/browser/extensions/extension_browser_event_router.cc b/chrome/browser/extensions/extension_browser_event_router.cc |
index 5790290155d78c9b0641a9dd7c689cf3df4c2222..5cdf041551d7230a5b57475b7bc3d3597e6eb88b 100644 |
--- a/chrome/browser/extensions/extension_browser_event_router.cc |
+++ b/chrome/browser/extensions/extension_browser_event_router.cc |
@@ -408,13 +408,6 @@ void ExtensionBrowserEventRouter::TabChangedAt(TabContents* contents, |
TabUpdated(contents, false); |
} |
-void ExtensionBrowserEventRouter::TabReplacedAt(TabContents* old_contents, |
- TabContents* new_contents, |
- int index) { |
- // TODO: 32913, consider adding better notification for this event. |
- TabInsertedAt(new_contents, index, false); |
-} |
- |
void ExtensionBrowserEventRouter::TabStripEmpty() {} |
void ExtensionBrowserEventRouter::DispatchOldPageActionEvent( |