| Index: ios/web/interstitials/web_interstitial_impl.mm
|
| diff --git a/ios/web/interstitials/web_interstitial_impl.mm b/ios/web/interstitials/web_interstitial_impl.mm
|
| index fc1bd1db2b43469e216566602133d222c9780dd5..2e83b766c7ce18ac0eeec6e92a8d1c80b244ef39 100644
|
| --- a/ios/web/interstitials/web_interstitial_impl.mm
|
| +++ b/ios/web/interstitials/web_interstitial_impl.mm
|
| @@ -64,7 +64,7 @@
|
| // SessionController usage here.
|
| CRWSessionController* sessionController =
|
| navigation_manager_->GetSessionController();
|
| - [sessionController addTransientEntryWithURL:url_];
|
| + [sessionController addTransientItemWithURL:url_];
|
|
|
| // Give delegates a chance to set some states on the navigation item.
|
| GetDelegate()->OverrideItem(navigation_manager_->GetTransientItem());
|
|
|