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

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

Issue 11111022: Remove TabContents from constrained windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unrelated gtk code Created 8 years, 2 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 | « chrome/browser/ui/gtk/web_intent_picker_gtk.cc ('k') | chrome/browser/ui/tabs/tab_strip_model.cc » ('j') | no next file with comments »
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 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
« no previous file with comments | « chrome/browser/ui/gtk/web_intent_picker_gtk.cc ('k') | chrome/browser/ui/tabs/tab_strip_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698