| Index: chrome/app/breakpad_linux.cc
|
| ===================================================================
|
| --- chrome/app/breakpad_linux.cc (revision 74410)
|
| +++ chrome/app/breakpad_linux.cc (working copy)
|
| @@ -646,7 +646,7 @@
|
| }
|
| }
|
|
|
| -// Currently Non-Browser = Renderer, Plugins and Native Client
|
| +// Currently Non-Browser = Renderer, Plugins, Native Client and Gpu
|
| static bool
|
| NonBrowserCrashHandler(const void* crash_context, size_t crash_context_size,
|
| void* context) {
|
| @@ -748,7 +748,8 @@
|
| } else if (process_type == switches::kRendererProcess ||
|
| process_type == switches::kPluginProcess ||
|
| process_type == switches::kZygoteProcess ||
|
| - process_type == switches::kNaClLoaderProcess) {
|
| + 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
|
| // dir. Instead, we set a command line flag for these processes.
|
|
|