| Index: chrome/browser/instant/instant_unload_handler.cc
|
| diff --git a/chrome/browser/instant/instant_unload_handler.cc b/chrome/browser/instant/instant_unload_handler.cc
|
| index 36f4958055b167528d1e16a753e6ed91917ca67c..a6a689f0b375a87ddac0d3ced64f5e0943b05583 100644
|
| --- a/chrome/browser/instant/instant_unload_handler.cc
|
| +++ b/chrome/browser/instant/instant_unload_handler.cc
|
| @@ -15,8 +15,8 @@
|
|
|
| using content::WebContents;
|
|
|
| -// TabContentsDelegate implementation. This owns the TabContents supplied to the
|
| -// constructor.
|
| +// TabContentsDelegate implementation. This owns the TabContentsWrapper supplied
|
| +// to the constructor.
|
| class InstantUnloadHandler::TabContentsDelegateImpl
|
| : public content::WebContentsDelegate {
|
| public:
|
| @@ -93,7 +93,7 @@ void InstantUnloadHandler::RunUnloadListenersOrDestroy(TabContentsWrapper* tab,
|
| }
|
|
|
| void InstantUnloadHandler::Activate(TabContentsDelegateImpl* delegate) {
|
| - // Take ownership of the TabContents from the delegate.
|
| + // Take ownership of the TabContentsWrapper from the delegate.
|
| TabContentsWrapper* tab = delegate->ReleaseTab();
|
| browser::NavigateParams params(browser_, tab);
|
| params.disposition = NEW_FOREGROUND_TAB;
|
|
|