| Index: chrome/app/chrome_main.cc
|
| diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc
|
| index 06437b45c38fce81e31b5d7c1017172cc58dc421..f1a5a00ed460a5c4c37a46ce1e46b4845c3f2561 100644
|
| --- a/chrome/app/chrome_main.cc
|
| +++ b/chrome/app/chrome_main.cc
|
| @@ -32,6 +32,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"
|
| @@ -100,7 +101,6 @@ base::LazyInstance<chrome::ChromeContentPluginClient>
|
| g_chrome_content_plugin_client(base::LINKER_INITIALIZED);
|
|
|
| extern int BrowserMain(const MainFunctionParams&);
|
| -extern int RendererMain(const MainFunctionParams&);
|
| extern int NaClMain(const MainFunctionParams&);
|
| extern int ProfileImportMain(const MainFunctionParams&);
|
| #if defined(_WIN64)
|
|
|