Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2788)

Unified Diff: chrome/browser/ui/tabs/tab_strip_model.h

Issue 15896023: Makes TabStripModel deal handle the case of the TabStripModel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/tabs/tab_strip_model.cc » ('j') | chrome/browser/ui/tabs/tab_strip_model.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/ui/tabs/tab_strip_model.cc » ('j') | chrome/browser/ui/tabs/tab_strip_model.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698