Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8487)

Unified Diff: chrome/browser/extensions/extension_browser_event_router.cc

Issue 2821011: Removes phantom tabs. (Closed)
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « chrome/browser/extensions/extension_browser_event_router.h ('k') | chrome/browser/extensions/extension_message_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698