From 5e557a2246cbf79caeec1dc0b0e277821c2bb1dc Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Tue, 13 Sep 2011 00:05:58 +0000 Subject: export RendererMain from content so that it will get picked up properly by chrome_main. R=jam@chromium.org BUG=90442 Review URL: http://codereview.chromium.org/7841009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100809 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc index bc50d049..be83bbe 100644 --- a/chrome/app/chrome_main.cc +++ b/chrome/app/chrome_main.cc @@ -29,6 +29,7 @@ #include "content/app/content_main.h" #include "content/app/content_main_delegate.h" #include "content/browser/renderer_host/render_process_host.h" +#include "content/renderer/renderer_main.h" #include "content/common/content_client.h" #include "content/common/content_counters.h" #include "content/common/content_paths.h" @@ -98,7 +99,6 @@ base::LazyInstance base::LazyInstance g_chrome_content_plugin_client(base::LINKER_INITIALIZED); -extern int RendererMain(const MainFunctionParams&); extern int NaClMain(const MainFunctionParams&); extern int ProfileImportMain(const MainFunctionParams&); extern int ServiceProcessMain(const MainFunctionParams&); -- cgit v1.1