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

Unified Diff: chrome/browser/browser.h

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
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 9939c2b21b5fcb8e28ee0d4e9c66595d071c4969..8fe142b9166ae6841944a9a5beebab04e45caf94 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -618,9 +618,6 @@ class Browser : public TabStripModelDelegate,
// Result of TabDetachedAt.
DETACH_TYPE_DETACH,
- // Result of TabReplacedAt.
- DETACH_TYPE_REPLACE,
-
// Result of the tab strip not having any significant tabs.
DETACH_TYPE_EMPTY
};
@@ -673,9 +670,6 @@ class Browser : public TabStripModelDelegate,
virtual void TabMoved(TabContents* contents,
int from_index,
int to_index);
- virtual void TabReplacedAt(TabContents* old_contents,
- TabContents* new_contents,
- int index);
virtual void TabPinnedStateChanged(TabContents* contents, int index);
virtual void TabStripEmpty();
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698