Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: chrome/app/chrome_dll_main.cc

Issue 155015: Make workers functional on OSX and Linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/chrome_dll_main.cc
===================================================================
--- chrome/app/chrome_dll_main.cc (revision 20549)
+++ chrome/app/chrome_dll_main.cc (working copy)
@@ -478,11 +478,7 @@
} else if (process_type == switches::kUtilityProcess) {
rv = UtilityMain(main_params);
} else if (process_type == switches::kWorkerProcess) {
-#if defined(OS_WIN)
rv = WorkerMain(main_params);
-#else
- NOTIMPLEMENTED();
-#endif
} else if (process_type == switches::kZygoteProcess) {
#if defined(OS_LINUX)
if (ZygoteMain(main_params)) {
« no previous file with comments | « no previous file | chrome/browser/worker_host/worker_process_host.cc » ('j') | chrome/browser/worker_host/worker_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698