| Index: ui/views/examples/tabbed_pane_example.h
|
| ===================================================================
|
| --- ui/views/examples/tabbed_pane_example.h (revision 181830)
|
| +++ ui/views/examples/tabbed_pane_example.h (working copy)
|
| @@ -18,7 +18,7 @@
|
|
|
| namespace examples {
|
|
|
| -// A TabbedPane example tests adding and selecting tabs.
|
| +// A TabbedPane example tests adding/removing/selecting tabs.
|
| class TabbedPaneExample : public ExampleBase,
|
| public ButtonListener,
|
| public TabbedPaneListener {
|
| @@ -44,9 +44,10 @@
|
| // The tabbed pane to be tested.
|
| TabbedPane* tabbed_pane_;
|
|
|
| - // Control buttons to add and select tabs.
|
| + // Control buttons to add, remove or select tabs.
|
| Button* add_;
|
| Button* add_at_;
|
| + Button* remove_at_;
|
| Button* select_at_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TabbedPaneExample);
|
|
|