summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tab_contents_container_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/tab_contents_container_gtk.h')
-rw-r--r--chrome/browser/gtk/tab_contents_container_gtk.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/gtk/tab_contents_container_gtk.h b/chrome/browser/gtk/tab_contents_container_gtk.h
index 5ddad17..6b4697b 100644
--- a/chrome/browser/gtk/tab_contents_container_gtk.h
+++ b/chrome/browser/gtk/tab_contents_container_gtk.h
@@ -10,7 +10,6 @@
#include "base/basictypes.h"
#include "chrome/common/notification_observer.h"
-class FindBarGtk;
class RenderViewHost;
class TabContents;
@@ -31,8 +30,6 @@ class TabContentsContainerGtk : public NotificationObserver {
const NotificationSource& source,
const NotificationDetails& details);
- void set_find_bar(FindBarGtk* findbar) { findbar_ = findbar; }
-
private:
// Add or remove observers for events that we care about.
void AddObservers();
@@ -56,10 +53,6 @@ class TabContentsContainerGtk : public NotificationObserver {
// vbox_.
GtkWidget* vbox_;
- // We have to make sure we are always underneath the findbar, hence this
- // pointer.
- FindBarGtk* findbar_;
-
DISALLOW_COPY_AND_ASSIGN(TabContentsContainerGtk);
};