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

Unified Diff: content/browser/tab_contents/tab_contents_view_gtk.h

Issue 9705053: Remove tab_contents_view_gtk.h include from chrome. I tried to find a way to not have to expose the… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/sad_tab_helper.cc ('k') | content/browser/tab_contents/tab_contents_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 --------------------------------------------
« no previous file with comments | « chrome/browser/ui/sad_tab_helper.cc ('k') | content/browser/tab_contents/tab_contents_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698