summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tab_contents_container_gtk.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 17:59:55 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 17:59:55 +0000
commit9495e20a61ef7cb79a6ca2e3a70a1042a252bee6 (patch)
tree033f1ae1f5dfa273a242c78c679d39223ff3ae30 /chrome/browser/gtk/tab_contents_container_gtk.h
parent0bc189ec6ddffa79c1ce804d90a50fd550571093 (diff)
downloadchromium_src-9495e20a61ef7cb79a6ca2e3a70a1042a252bee6.zip
chromium_src-9495e20a61ef7cb79a6ca2e3a70a1042a252bee6.tar.gz
chromium_src-9495e20a61ef7cb79a6ca2e3a70a1042a252bee6.tar.bz2
Linux: tweak find bar.
- (attempt to) fix find bar z ordering in a simpler way - get "close without animation" right. Review URL: http://codereview.chromium.org/100286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15225 0039d316-1c4b-4281-b951-d872f2087c98
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);
};