| Index: chrome/browser/ui/views/find_bar_view.h
|
| diff --git a/chrome/browser/ui/views/find_bar_view.h b/chrome/browser/ui/views/find_bar_view.h
|
| index a5843851e583214f661586212af9567347215d65..819e724620642bcf8bb46fe1d6f5122c0ccef458 100644
|
| --- a/chrome/browser/ui/views/find_bar_view.h
|
| +++ b/chrome/browser/ui/views/find_bar_view.h
|
| @@ -38,13 +38,6 @@ class FindBarView : public DropdownBarView,
|
| public views::TextfieldController,
|
| public views::ViewTargeterDelegate {
|
| public:
|
| - // A tag denoting which button the user pressed.
|
| - enum ButtonTag {
|
| - FIND_PREVIOUS_TAG = 0, // The Find Previous button.
|
| - FIND_NEXT_TAG, // The Find Next button.
|
| - CLOSE_TAG, // The Close button (the 'X').
|
| - };
|
| -
|
| explicit FindBarView(FindBarHost* host);
|
| ~FindBarView() override;
|
|
|
|
|