| Index: chrome/app/breakpad_linux.cc
|
| diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc
|
| index f51c137400a67e37f6968e22f428dc0f342e54d5..7fd12bd0b98564e22533a3d81047ed3805fe1f7a 100644
|
| --- a/chrome/app/breakpad_linux.cc
|
| +++ b/chrome/app/breakpad_linux.cc
|
| @@ -686,7 +686,7 @@ void EnableCrashDumping(const bool unattended) {
|
| }
|
| }
|
|
|
| -// Currently Non-Browser = Renderer, Plugins, Native Client and Gpu
|
| +// Currently Non-Browser = Renderer, Plugins and Gpu
|
| static bool
|
| NonBrowserCrashHandler(const void* crash_context, size_t crash_context_size,
|
| void* context) {
|
| @@ -788,7 +788,6 @@ void InitCrashReporter() {
|
| } else if (process_type == switches::kRendererProcess ||
|
| process_type == switches::kPluginProcess ||
|
| process_type == switches::kZygoteProcess ||
|
| - process_type == switches::kNaClLoaderProcess ||
|
| process_type == switches::kGpuProcess) {
|
| // We might be chrooted in a zygote or renderer process so we cannot call
|
| // GetCollectStatsConsent because that needs access the the user's home
|
|
|