Index: content/browser/tab_contents/tab_contents_view_gtk.h |
=================================================================== |
--- content/browser/tab_contents/tab_contents_view_gtk.h (revision 126737) |
+++ content/browser/tab_contents/tab_contents_view_gtk.h (working copy) |
@@ -37,13 +37,8 @@ |
WebContentsViewDelegate* delegate); |
virtual ~TabContentsViewGtk(); |
- // Override the stored focus widget. This call only makes sense when the |
- // tab contents is not focused. |
- void SetFocusedWidget(GtkWidget* widget); |
- |
WebContentsViewDelegate* delegate() const { return delegate_.get(); } |
TabContents* tab_contents() { return tab_contents_; } |
- GtkWidget* expanded_container() { return expanded_.get(); } |
WebContents* web_contents(); |
// WebContentsView implementation -------------------------------------------- |