| Index: chrome/browser/ui/tabs/tab_strip_model_utils.h
|
| diff --git a/chrome/browser/ui/tabs/tab_strip_model_utils.h b/chrome/browser/ui/tabs/tab_strip_model_utils.h
|
| index b66ca395de825e3f944a8e51cb9c63d95a4d9088..a21ea4d8260712302f336b76da5e0cb62f107f35 100644
|
| --- a/chrome/browser/ui/tabs/tab_strip_model_utils.h
|
| +++ b/chrome/browser/ui/tabs/tab_strip_model_utils.h
|
| @@ -16,10 +16,6 @@ class TopSites;
|
|
|
| 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,
|
|
|