This patch fixes the bug where find results were not showing up in the find bar for...
commit9c87a756bf398d12f66e7abb94fade7728f110b1
authorpaulmeyer <paulmeyer@chromium.org>
Mon, 24 Aug 2015 22:12:49 +0000 (24 15:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 24 Aug 2015 22:13:38 +0000 (24 22:13 +0000)
tree7cc37b3e7fc11156e2374d9cf1f71b56b2cbf966
parent8a5fe2730e021794a1bdf4bf77422d1351dad8d7
This patch fixes the bug where find results were not showing up in the find bar for the Chrome signin page. This also fixed the same bug (which was not reported) for extension options.

This bug resulted from GuestViews not properly propagating FindReply data to their embedder when handling find requests in place of their embedder.

BUG=524003

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

Cr-Commit-Position: refs/heads/master@{#345192}
components/guest_view/browser/guest_view_base.cc
components/guest_view/browser/guest_view_base.h
extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc
extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h
extensions/browser/guest_view/web_view/web_view_guest.cc
extensions/browser/guest_view/web_view/web_view_guest.h