Index: chrome/browser/ui/tabs/tab_strip_model.h |
diff --git a/chrome/browser/ui/tabs/tab_strip_model.h b/chrome/browser/ui/tabs/tab_strip_model.h |
index 9059f305bc8da3466bda104b0886cabb38f45981..105d14bbfb70afcc5280c77994c3cf583be12a6c 100644 |
--- a/chrome/browser/ui/tabs/tab_strip_model.h |
+++ b/chrome/browser/ui/tabs/tab_strip_model.h |
@@ -318,10 +318,6 @@ class TabStripModel { |
// Returns true if the tab at |index| is blocked by a tab modal dialog. |
bool IsTabBlocked(int index) const; |
- // Returns true if the WebContents at |index| has been discarded to |
- // save memory. See DiscardWebContentsAt() for details. |
- bool IsTabDiscarded(int index) const; |
- |
// Returns the index of the first tab that is not a pinned tab. This returns |
// |count()| if all of the tabs are pinned tabs, and 0 if none of the tabs are |
// pinned tabs. |