diff options
Diffstat (limited to 'chrome/browser/views/options/exceptions_page_view.h')
-rw-r--r-- | chrome/browser/views/options/exceptions_page_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/options/exceptions_page_view.h b/chrome/browser/views/options/exceptions_page_view.h index 931abd1..23182f8 100644 --- a/chrome/browser/views/options/exceptions_page_view.h +++ b/chrome/browser/views/options/exceptions_page_view.h @@ -65,6 +65,7 @@ class ExceptionsPageView : public OptionsPageView, // The buttons and labels. views::NativeButton remove_button_; views::NativeButton remove_all_button_; + MultiLabelButtons show_button_; DISALLOW_COPY_AND_ASSIGN(ExceptionsPageView); }; |