| Index: ui/views/controls/tabbed_pane/tabbed_pane.h
|
| diff --git a/ui/views/controls/tabbed_pane/tabbed_pane.h b/ui/views/controls/tabbed_pane/tabbed_pane.h
|
| index 1c62302101799a395f648619dfa3ec8de912c02d..a837464a12043a7a0e618a202f9c7b5061073e84 100644
|
| --- a/ui/views/controls/tabbed_pane/tabbed_pane.h
|
| +++ b/ui/views/controls/tabbed_pane/tabbed_pane.h
|
| @@ -23,9 +23,7 @@ class VIEWS_EXPORT TabbedPane : public View {
|
| // Internal class name.
|
| static const char kViewClassName[];
|
|
|
| - // |draw_border| indicates whether the tabbed pane should draw a border
|
| - // around its boundary or not.
|
| - explicit TabbedPane(bool draw_border);
|
| + TabbedPane();
|
| virtual ~TabbedPane();
|
|
|
| TabbedPaneListener* listener() const { return listener_; }
|
|
|