| Index: chrome/browser/android/tab_state.cc
|
| diff --git a/chrome/browser/android/tab_state.cc b/chrome/browser/android/tab_state.cc
|
| index d8cc808cb72afe69ee2abf03ee572fc6b578ff92..0e93ea580c992a1dbfc799204d385f8ec48fec5d 100644
|
| --- a/chrome/browser/android/tab_state.cc
|
| +++ b/chrome/browser/android/tab_state.cc
|
| @@ -440,8 +440,7 @@ WebContents* WebContentsState::RestoreContentsFromByteBuffer(
|
| params.initially_hidden = initially_hidden;
|
| std::unique_ptr<WebContents> web_contents(WebContents::Create(params));
|
| web_contents->GetController().Restore(
|
| - current_entry_index, NavigationController::RESTORE_CURRENT_SESSION,
|
| - &entries);
|
| + current_entry_index, content::RestoreType::CURRENT_SESSION, &entries);
|
| return web_contents.release();
|
| }
|
|
|
|
|