| 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..1d2bf91c8c6628af183dc512cd9df684ca92b0c2 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_owned_by_client();
|
| contents->SetVisible(false);
|
|
|
| tab_strip_->AddChildViewAt(new Tab(tab_strip_, title, contents), index);
|
|
|