| Index: content/browser/presentation/presentation_service_impl.cc
|
| diff --git a/content/browser/presentation/presentation_service_impl.cc b/content/browser/presentation/presentation_service_impl.cc
|
| index 4411641ba90ab029892a2b4ebdaa007e7d9106f4..0d458df8953f4c39d678c5a6001bb86a16f31e0e 100644
|
| --- a/content/browser/presentation/presentation_service_impl.cc
|
| +++ b/content/browser/presentation/presentation_service_impl.cc
|
| @@ -298,7 +298,7 @@ bool PresentationServiceImpl::RunAndEraseReconnectPresentationMojoCallback(
|
| void PresentationServiceImpl::SetDefaultPresentationUrls(
|
| const std::vector<GURL>& presentation_urls) {
|
| DVLOG(2) << "SetDefaultPresentationUrls";
|
| - if (!controller_delegate_)
|
| + if (!controller_delegate_ || !is_main_frame_)
|
| return;
|
|
|
| if (default_presentation_urls_ == presentation_urls)
|
|
|