| Index: content/app/content_main.cc
|
| diff --git a/content/app/content_main.cc b/content/app/content_main.cc
|
| index 971766d8ed76559a14d9cba7c6288c54f941e8a1..884871b66d1d5f5b716fafa0f162d7ee6d60f426 100644
|
| --- a/content/app/content_main.cc
|
| +++ b/content/app/content_main.cc
|
| @@ -20,6 +20,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 "ui/base/ui_base_switches.h"
|
| #include "ui/base/ui_base_paths.h"
|
| @@ -53,7 +54,6 @@ int tc_set_new_mode(int mode);
|
| }
|
| #endif
|
|
|
| -extern int RendererMain(const MainFunctionParams&);
|
| extern int GpuMain(const MainFunctionParams&);
|
| extern int PluginMain(const MainFunctionParams&);
|
| extern int PpapiPluginMain(const MainFunctionParams&);
|
|
|