0
Files
src/ppapi/shared_impl
brettw@chromium.org 9ca245e3b2 Implement a proxy for URL util. Some of the implementation that doesn't need to
be proxied moved into a new shared_impl file, which required a decent amount of
glue to make it callable from both the implementation and the proxy. The payoff
here is only marginal since the code is fairly simple, but I decided this is
still better than duplication.

This also includes some comments from my audio patch that I forgot in that CL.

BUG=none
TEST=ppapi_tests run out of process pass
Review URL: http://codereview.chromium.org/6676045

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78646 0039d316-1c4b-4281-b951-d872f2087c98
2011-03-18 01:50:31 +00:00
..
2010-12-02 17:17:21 +00:00

This directory contains implementation code for PPAPI that needs to be shared
between the backend implemntation in the renderer and in the proxy.