| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc (revision 90370)
|
| +++ chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc (working copy)
|
| @@ -36,9 +36,6 @@
|
| }
|
|
|
| void NativeTabContentsViewViews::Unparent() {
|
| - // Note that we do not DCHECK on focus_manager_ as it may be NULL when used
|
| - // with an external tab container.
|
| - views::Widget::ReparentNativeView(GetNativeView(), NULL);
|
| }
|
|
|
| RenderWidgetHostView* NativeTabContentsViewViews::CreateRenderWidgetHostView(
|
|
|