Revert 228211 "Move renderer plugin code into a new component."
commit0f2a78f2f14d2a0898c9049a11c9e83151a7a2e2
authoraberent@google.com <aberent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 14 Oct 2013 14:34:10 +0000 (14 14:34 +0000)
committeraberent@google.com <aberent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 14 Oct 2013 14:34:10 +0000 (14 14:34 +0000)
treedc13f7eb73d8421bf9d5b982b42a864eeb645b50
parentd94be6784210477a617804738a4bd8a90fc91c02
Revert 228211 "Move renderer plugin code into a new component."

There is an error in the ChromePluginPlaceholder destructor
causing pointers to it to be left around after it is freed.
Fix will follow, but reverting for now.

BUG=306815,306803
> Move renderer plugin code into a new component.
>
> Android Webview needs to use some of the renderer plugin code, however
> this code is currently in chrome. This commit moves the parts of this
> code that don't depend on the rest of chrome into a new component.
>
> BUG=283713
>
> Review URL: https://codereview.chromium.org/23606022

TBR=aberent@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228456 0039d316-1c4b-4281-b951-d872f2087c98
21 files changed:
chrome/chrome_renderer.gypi
chrome/renderer/DEPS
chrome/renderer/chrome_content_renderer_client.cc
chrome/renderer/plugins/chrome_plugin_placeholder.cc [deleted file]
chrome/renderer/plugins/chrome_plugin_placeholder.h [deleted file]
chrome/renderer/plugins/plugin_placeholder.cc [new file with mode: 0644]
chrome/renderer/plugins/plugin_placeholder.h [new file with mode: 0644]
chrome/renderer/plugins/plugin_uma.cc
chrome/renderer/plugins/plugin_uma.h
chrome/renderer/plugins/plugin_uma_unittest.cc
chrome/renderer/plugins/webview_plugin.cc [moved from components/plugins/renderer/webview_plugin.cc with 80% similarity]
chrome/renderer/plugins/webview_plugin.h [moved from components/plugins/renderer/webview_plugin.h with 87% similarity]
components/components.gyp
components/components_tests.gypi
components/plugins.gypi [deleted file]
components/plugins/OWNERS [deleted file]
components/plugins/renderer/DEPS [deleted file]
components/plugins/renderer/mobile_youtube_plugin.cc [deleted file]
components/plugins/renderer/mobile_youtube_plugin.h [deleted file]
components/plugins/renderer/plugin_placeholder.cc [deleted file]
components/plugins/renderer/plugin_placeholder.h [deleted file]