| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index b372601e55867470d10822376db6c834da35f866..8a65a6acd008811b11c2dd8117821645598c67cf 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -684,6 +684,7 @@ void ChromeClientImpl::DispatchViewportPropertiesDidChange(
|
| }
|
|
|
| void ChromeClientImpl::PrintDelegate(LocalFrame* frame) {
|
| + NotifyPopupOpeningObservers();
|
| if (web_view_->Client())
|
| web_view_->Client()->PrintPage(WebLocalFrameImpl::FromFrame(frame));
|
| }
|
|
|