| Index: chrome/app/chrome_dll_main.cc
|
| diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc
|
| index 63dcc70b8ce4c48ff17076c8f6b89cd0dff05600..02f5b3693fe08a0b7ee49bb4eb72434bb594ce3b 100644
|
| --- a/chrome/app/chrome_dll_main.cc
|
| +++ b/chrome/app/chrome_dll_main.cc
|
| @@ -564,8 +564,10 @@ int ChromeMain(int argc, char** argv) {
|
| #endif
|
| } else if (process_type == switches::kWorkerProcess) {
|
| rv = WorkerMain(main_params);
|
| +#ifndef DISABLE_NACL
|
| } else if (process_type == switches::kNaClProcess) {
|
| rv = NaClMain(main_params);
|
| +#endif
|
| } else if (process_type == switches::kZygoteProcess) {
|
| #if defined(OS_LINUX)
|
| if (ZygoteMain(main_params)) {
|
|
|