diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-05 05:04:55 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-05 05:04:55 +0000 |
commit | 219b9b974fe4adf8069db2cb2d611c07f14798cc (patch) | |
tree | 2e7d3e8e92ecb7dea2ac0485a43c9feb2e13335c /webkit/tools/test_shell | |
parent | 758eb9cda8f50d5d561aaf4a319d4f4f217b465a (diff) | |
download | chromium_src-219b9b974fe4adf8069db2cb2d611c07f14798cc.zip chromium_src-219b9b974fe4adf8069db2cb2d611c07f14798cc.tar.gz chromium_src-219b9b974fe4adf8069db2cb2d611c07f14798cc.tar.bz2 |
Reduce one of the implicit dependencies of src\content on chrome\renderer by moving the custom nacl
ppapi interface PPB_NACL_PRIVATE_INTERFACE to chrome\renderer. This interface is returned via a factory
which is registered in the renderer process, when the render thread is created.
This CL is intended to eventually help build src\content as an independent dll.
I also changed the ChromeContentRendererClient and ChromeContentPluginClient instances to be lazy instances
to fix some asserts i was seeing while running browser_tests.
BUG=82454
Review URL: http://codereview.chromium.org/7066069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87943 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell')
-rw-r--r-- | webkit/tools/test_shell/test_shell.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc index 77a4523..5d31a4f 100644 --- a/webkit/tools/test_shell/test_shell.cc +++ b/webkit/tools/test_shell/test_shell.cc @@ -673,11 +673,6 @@ bool IsSingleProcess() { return true; } -bool LaunchSelLdr(const char* alleged_url, int socket_count, void* imc_handles, - void* nacl_process_handle, int* nacl_process_id) { - return false; -} - #if defined(OS_LINUX) int MatchFontWithFallback(const std::string& face, bool bold, bool italic, int charset) { |