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

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

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
Index: content/browser/tab_contents/tab_contents_view_gtk.cc
===================================================================
--- content/browser/tab_contents/tab_contents_view_gtk.cc (revision 126737)
+++ content/browser/tab_contents/tab_contents_view_gtk.cc (working copy)
@@ -94,7 +94,7 @@
drag_source_.reset(new content::WebDragSourceGtk(web_contents));
if (delegate_.get())
- delegate_->Initialize(expanded_.get());
+ delegate_->Initialize(expanded_.get(), &focus_store_);
}
TabContentsViewGtk::~TabContentsViewGtk() {
@@ -257,10 +257,6 @@
out->SetRect(x, y, w, h);
}
-void TabContentsViewGtk::SetFocusedWidget(GtkWidget* widget) {
- focus_store_.SetWidget(widget);
-}
-
WebContents* TabContentsViewGtk::web_contents() {
return tab_contents_;
}
« no previous file with comments | « content/browser/tab_contents/tab_contents_view_gtk.h ('k') | content/public/browser/web_contents_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698