| Index: chrome/app/breakpad_linux.cc
|
| ===================================================================
|
| --- chrome/app/breakpad_linux.cc (revision 71061)
|
| +++ chrome/app/breakpad_linux.cc (working copy)
|
| @@ -747,7 +747,8 @@
|
| EnableCrashDumping(getenv(env_vars::kHeadless) != NULL);
|
| } else if (process_type == switches::kRendererProcess ||
|
| process_type == switches::kPluginProcess ||
|
| - process_type == switches::kZygoteProcess) {
|
| + process_type == switches::kZygoteProcess ||
|
| + process_type == switches::kNaClLoaderProcess) {
|
| // We might be chrooted in a zygote or renderer process so we cannot call
|
| // GetCollectStatsConsent because that needs access the the user's home
|
| // dir. Instead, we set a command line flag for these processes.
|
|
|