diff options
Diffstat (limited to 'chrome/browser/views/find_bar_view.h')
-rw-r--r-- | chrome/browser/views/find_bar_view.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/views/find_bar_view.h b/chrome/browser/views/find_bar_view.h index 00ba8fe1..2a07dff 100644 --- a/chrome/browser/views/find_bar_view.h +++ b/chrome/browser/views/find_bar_view.h @@ -70,9 +70,6 @@ class FindBarView : public views::View, virtual bool HandleKeystroke(views::TextField* sender, const views::TextField::Keystroke& key); - // Set whether or not we're attempting to blend with the toolbar. - void set_toolbar_blend(bool toolbar_blend) { toolbar_blend_ = toolbar_blend; } - private: // Resets the background for the match count label. void ResetMatchCountBackground(); @@ -109,10 +106,6 @@ class FindBarView : public views::View, views::ImageButton* find_next_button_; views::ImageButton* close_button_; - // Whether or not we're attempting to blend with the toolbar (this is - // false if the bookmarks bar is visible). - bool toolbar_blend_; - // While animating, the controller clips the window and draws only the bottom // part of it. The view needs to know the pixel offset at which we are drawing // the window so that we can draw the curved edges that attach to the toolbar |