| Index: ui/views/controls/tabbed_pane/native_tabbed_pane_views.cc
|
| diff --git a/ui/views/controls/tabbed_pane/native_tabbed_pane_views.cc b/ui/views/controls/tabbed_pane/native_tabbed_pane_views.cc
|
| index 08c92426ca0853991a1f8544c380718496d6e64e..b1cc6cb9b767b80792449afc9f2df86f8d7402ff 100644
|
| --- a/ui/views/controls/tabbed_pane/native_tabbed_pane_views.cc
|
| +++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_views.cc
|
| @@ -300,7 +300,7 @@ void NativeTabbedPaneViews::AddTabAtIndex(int index,
|
| View* contents,
|
| bool select_if_first_tab) {
|
| DCHECK(index <= static_cast<int>(tab_strip_->child_count()));
|
| - contents->set_parent_owned(false);
|
| + contents->set_not_owned_by_parent();
|
| contents->SetVisible(false);
|
|
|
| tab_strip_->AddChildViewAt(new Tab(tab_strip_, title, contents), index);
|
|
|