|
This change adds GinJavaBridgeObject and GinJavaBridgeDispatcher classes.
GinJavaBridgeDispatcher is a per-RenderFrame manager of injected
objects. It interacts with the browser side.
GinJavaBridgeObject is a Gin-based wrapper injected into page's context
that exposes methods of the corresponding Java object and receives
method invocation requests from JavaScript.
BUG=355644
R=jochen@chromium.org, thakis@chromium.org
Review URL: https://codereview.chromium.org/259033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272997 0039d316-1c4b-4281-b951-d872f2087c98
|