| Index: chrome/browser/ui/sad_tab_observer.cc
|
| diff --git a/chrome/browser/ui/sad_tab_observer.cc b/chrome/browser/ui/sad_tab_observer.cc
|
| index 51a788a836090e6c2eef20d886bd99bdc9cc15c6..42694596ce7e26596a3e1b99290f282753c88cce 100644
|
| --- a/chrome/browser/ui/sad_tab_observer.cc
|
| +++ b/chrome/browser/ui/sad_tab_observer.cc
|
| @@ -69,8 +69,9 @@ gfx::NativeView SadTabObserver::AcquireSadTab(base::TerminationStatus status) {
|
| SadTabView::KILLED : SadTabView::CRASHED;
|
| views::Widget::InitParams sad_tab_params(
|
| views::Widget::InitParams::TYPE_CONTROL);
|
| - // It is not possible to create a widget that has no parent, and later
|
| - // re-parent it. TODO(avi): This is a cheat. Can this be made cleaner?
|
| + // It is not possible to create a native_widget_win that has no parent in
|
| + // and later re-parent it.
|
| + // TODO(avi): This is a cheat. Can this be made cleaner?
|
| sad_tab_params.parent_widget =
|
| static_cast<TabContentsViewViews*>(tab_contents()->view());
|
| sad_tab_params.ownership =
|
|
|