| Index: content/browser/frame_host/interstitial_page_impl.cc
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc
|
| index 4fbe4425e62aba3e3ac58ab17463403e05b4a798..1c3e782e5ae2d2745ec5111478a3468494f49239 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.cc
|
| +++ b/content/browser/frame_host/interstitial_page_impl.cc
|
| @@ -246,8 +246,7 @@ void InterstitialPageImpl::Show() {
|
| GURL data_url = GURL("data:text/html;charset=utf-8," +
|
| net::EscapePath(delegate_->GetHTMLContents()));
|
| frame_tree_.root()->current_frame_host()->NavigateToInterstitialURL(data_url);
|
| - frame_tree_.root()->current_frame_host()->SetAccessibilityMode(
|
| - GetAccessibilityMode());
|
| + frame_tree_.root()->current_frame_host()->UpdateAccessibilityMode();
|
|
|
| notification_registrar_.Add(this, NOTIFICATION_NAV_ENTRY_PENDING,
|
| Source<NavigationController>(controller_));
|
|
|