| Index: chrome/browser/sessions/session_restore.h
|
| diff --git a/chrome/browser/sessions/session_restore.h b/chrome/browser/sessions/session_restore.h
|
| index 4405c4b44d54fe1387c5439de5bfc04c8f4bfd3b..7dc2f7b81f1efc9a7e0fa113d3bba45443254e95 100644
|
| --- a/chrome/browser/sessions/session_restore.h
|
| +++ b/chrome/browser/sessions/session_restore.h
|
| @@ -65,7 +65,8 @@ class SessionRestore {
|
| // Specifically used in the restoration of a foreign session. This method
|
| // restores the given session tab to the browser of |source_web_contents| if
|
| // the disposition is not NEW_WINDOW. Returns the WebContents corresponding
|
| - // to the restored tab.
|
| + // to the restored tab. If |disposition| is CURRENT_TAB, |source_web_contents|
|
| + // may be destroyed.
|
| static content::WebContents* RestoreForeignSessionTab(
|
| content::WebContents* source_web_contents,
|
| const SessionTab& tab,
|
|
|