| Index: ios/web/navigation/crw_session_controller.mm
|
| diff --git a/ios/web/navigation/crw_session_controller.mm b/ios/web/navigation/crw_session_controller.mm
|
| index 23d50b6f5dc888c4e7c991227f8fd14e899b0003..351320bf09e8689f35c698220d28a6fbfb0f98cc 100644
|
| --- a/ios/web/navigation/crw_session_controller.mm
|
| +++ b/ios/web/navigation/crw_session_controller.mm
|
| @@ -482,6 +482,7 @@
|
| pushedItem->SetSerializedStateObject(stateObject);
|
| pushedItem->SetIsCreatedFromPushState(true);
|
| pushedItem->GetSSL() = lastCommittedItem->GetSSL();
|
| + pushedItem->SetTimestamp(_timeSmoother.GetSmoothedTime(base::Time::Now()));
|
|
|
| [self clearForwardItems];
|
| // Add the new entry at the end.
|
|
|