Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1509)

Unified Diff: ui/views/examples/tabbed_pane_example.h

Issue 12225042: Remove NativeTabbedPane[Win|Wrapper]; promote Views impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments; cleanup. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/controls/tabbed_pane/tabbed_pane_unittest.cc ('k') | ui/views/examples/tabbed_pane_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ui/views/controls/tabbed_pane/tabbed_pane_unittest.cc ('k') | ui/views/examples/tabbed_pane_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698