| Index: trunk/src/chrome/browser/ui/tabs/tab_strip_model_utils.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/tabs/tab_strip_model_utils.h (revision 266682)
|
| +++ trunk/src/chrome/browser/ui/tabs/tab_strip_model_utils.h (working copy)
|
| @@ -16,6 +16,10 @@
|
|
|
| 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,
|
|
|