Prepare MimeHanderViewContainer for removing swapped out RenderFrame.
commit5c749f3a0fad10de6b56d49351f9b99907f16750
authornasko <nasko@chromium.org>
Mon, 14 Sep 2015 18:39:41 +0000 (14 11:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 14 Sep 2015 18:40:39 +0000 (14 18:40 +0000)
tree01b45a7b124721fd471dbac524a906ba725b2044
parentb86e5ec19000673ba632555964e1976182415864
Prepare MimeHanderViewContainer for removing swapped out RenderFrame.

The current implementation of MimeHanderViewContainer is dependent on
the usage of swapped out RenderFrame for the out-of-process component.
Since swapped out state is going away, this CL removes this dependency.

Credit goes to dcheng@, who found the simplest solution.

BUG=357747

Review URL: https://codereview.chromium.org/1335023004

Cr-Commit-Position: refs/heads/master@{#348666}
extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.cc