summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/app/breakpad_linux.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc
index f51c137..7fd12bd 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