Index: trunk/src/chrome/browser/ui/tabs/tab_strip_model_utils.h |
=================================================================== |
--- trunk/src/chrome/browser/ui/tabs/tab_strip_model_utils.h (revision 266898) |
+++ trunk/src/chrome/browser/ui/tabs/tab_strip_model_utils.h (working copy) |
@@ -16,10 +16,6 @@ |
namespace chrome { |
-// Returns the index of the first tab that is blocked. This returns |
-// |model->count()| if no tab is blocked. |
-int IndexOfFirstBlockedTab(const TabStripModel* model); |
- |
// Creates a set containing the canonical URLs of the currently open tabs. |
void GetOpenUrls(const TabStripModel& tabs, |
const history::TopSites& top_sites, |