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..3234a448d6b97ac19ebaf73f7984c69266297555 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, |
}; |
+ // Conveniance for converting a vector of indices into a vector of |
Avi (use Gerrit)
2013/06/03 18:41:35
typo: Convenience
|
+ // WebContents. |
+ std::vector<content::WebContents*> GetWebContentsFromIndicies( |
Avi (use Gerrit)
2013/06/03 18:41:35
typo: Indices
|
+ 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); |