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 ffdfeafa8806272a8bb69a23c7436153029a4f70..f69be89785c21ea809d70a451bdb0dd32c2a0e7b 100644 |
--- a/chrome/browser/ui/tabs/tab_strip_model.h |
+++ b/chrome/browser/ui/tabs/tab_strip_model.h |
@@ -274,10 +274,12 @@ class TabStripModel : public content::NotificationObserver { |
// Returns the currently active TabContents, or NULL if there is none. |
TabContents* GetActiveTabContents() const; |
+ content::WebContents* GetActiveWebContents() const; |
// Returns the TabContents at the specified index, or NULL if there is |
// none. |
TabContents* GetTabContentsAt(int index) const; |
+ content::WebContents* GetWebContentsAt(int index) const; |
// Returns the index of the specified TabContents, or |
// TabStripModel::kNoTab if the TabContents is not in this |