| Index: content/browser/devtools/protocol/page_handler.cc
|
| diff --git a/content/browser/devtools/protocol/page_handler.cc b/content/browser/devtools/protocol/page_handler.cc
|
| index e1f72108baba64e55e48595971da9806aaa7e4ce..8ec2ef384357a89e0e6564967645810968d07bbc 100644
|
| --- a/content/browser/devtools/protocol/page_handler.cc
|
| +++ b/content/browser/devtools/protocol/page_handler.cc
|
| @@ -198,6 +198,8 @@ void PageHandler::DidDetachInterstitialPage() {
|
|
|
| Response PageHandler::Enable() {
|
| enabled_ = true;
|
| + if (GetWebContents() && GetWebContents()->ShowingInterstitialPage())
|
| + client_->InterstitialShown(InterstitialShownParams::Create());
|
| return Response::FallThrough();
|
| }
|
|
|
|
|