| Index: chrome/app/chrome_dll_main.cc
|
| ===================================================================
|
| --- chrome/app/chrome_dll_main.cc (revision 26540)
|
| +++ chrome/app/chrome_dll_main.cc (working copy)
|
| @@ -81,7 +81,6 @@
|
| extern int RendererMain(const MainFunctionParams&);
|
| extern int PluginMain(const MainFunctionParams&);
|
| extern int WorkerMain(const MainFunctionParams&);
|
| -extern int NaClMain(const MainFunctionParams&);
|
| extern int UtilityMain(const MainFunctionParams&);
|
| extern int ProfileImportMain(const MainFunctionParams&);
|
| extern int ZygoteMain(const MainFunctionParams&);
|
| @@ -580,8 +579,6 @@
|
| #endif
|
| } else if (process_type == switches::kWorkerProcess) {
|
| rv = WorkerMain(main_params);
|
| - } else if (process_type == switches::kNaClProcess) {
|
| - rv = NaClMain(main_params);
|
| } else if (process_type == switches::kZygoteProcess) {
|
| #if defined(OS_LINUX)
|
| if (ZygoteMain(main_params)) {
|
|
|