| Index: content/app/content_main.cc
|
| diff --git a/content/app/content_main.cc b/content/app/content_main.cc
|
| index 78e1af55cb983f6cfbe969162d11761e065f6e78..99de84bcc1919b9aaf43123d0873aa9b1cc10968 100644
|
| --- a/content/app/content_main.cc
|
| +++ b/content/app/content_main.cc
|
| @@ -23,6 +23,7 @@
|
| #include "content/common/main_function_params.h"
|
| #include "content/common/sandbox_init_wrapper.h"
|
| #include "content/common/set_process_title.h"
|
| +#include "content/renderer/renderer_main.h"
|
| #include "crypto/nss_util.h"
|
| #include "ipc/ipc_switches.h"
|
| #include "ui/base/ui_base_switches.h"
|
| @@ -58,7 +59,6 @@ int tc_set_new_mode(int mode);
|
| #endif
|
|
|
| extern int BrowserMain(const MainFunctionParams&);
|
| -extern int RendererMain(const MainFunctionParams&);
|
| extern int GpuMain(const MainFunctionParams&);
|
| extern int PluginMain(const MainFunctionParams&);
|
| extern int PpapiPluginMain(const MainFunctionParams&);
|
|
|