| 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 2591cfb3830859817e6b48bfddc5dc5444d84c89..ca3fcf49f1694ee52999ededac7156f8a8846b60 100644
|
| --- a/chrome/browser/ui/tabs/tab_strip_model.h
|
| +++ b/chrome/browser/ui/tabs/tab_strip_model.h
|
| @@ -459,6 +459,11 @@ class TabStripModel : public content::NotificationObserver {
|
| NOTIFY_USER_GESTURE,
|
| };
|
|
|
| + // Convenience for converting a vector of indices into a vector of
|
| + // WebContents.
|
| + std::vector<content::WebContents*> GetWebContentsFromIndices(
|
| + const std::vector<int>& indices) const;
|
| +
|
| // Gets the set of tab indices whose domain matches the tab at |index|.
|
| void GetIndicesWithSameDomain(int index, std::vector<int>* indices);
|
|
|
|
|