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

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

Issue 63343004: Remove DialogDelegate::UseNewStyle and unused code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Additional cleanup; sync and rebase. Created 7 years, 1 month 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
Index: ui/views/examples/tabbed_pane_example.cc
diff --git a/ui/views/examples/tabbed_pane_example.cc b/ui/views/examples/tabbed_pane_example.cc
index 54d3fc1ed12a190155ea663e423e86efcdc1b31e..f0f6691ef8782ce4961cc187ddb9d1f89df9ec39 100644
--- a/ui/views/examples/tabbed_pane_example.cc
+++ b/ui/views/examples/tabbed_pane_example.cc
@@ -19,7 +19,7 @@ TabbedPaneExample::~TabbedPaneExample() {
}
void TabbedPaneExample::CreateExampleView(View* container) {
- tabbed_pane_ = new TabbedPane(false);
+ tabbed_pane_ = new TabbedPane();
tabbed_pane_->set_listener(this);
add_ = new LabelButton(this, ASCIIToUTF16("Add"));
add_at_ = new LabelButton(this, ASCIIToUTF16("Add At 1"));

Powered by Google App Engine
This is Rietveld 408576698