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