[ MimeHandlerView ] Fix the cause for a flakiness
The test PDFExtensionInternalLinkClickTest.ShiftLeft exposed a race where the embedder RenderFrameHost is nullptr by the time the IPC ReadyToCreateMimeHandlerView arrives. This CL checks |rfh| to ensure it is not nullptr. TBR=wjmaclean@chromium.org Bug: 967045 Change-Id: Ib80499c8d9e758c8ef07b7d06f69429062d8c6ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633991Reviewed-by:Ehsan Karamad <ekaramad@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#664098}
Showing
Please register or sign in to comment