| Index: components/crash/content/browser/crash_handler_host_linux.cc
|
| diff --git a/components/crash/content/browser/crash_handler_host_linux.cc b/components/crash/content/browser/crash_handler_host_linux.cc
|
| index 7bb7c805192bf495519c952b86cb866e5342a63b..ce6598f4eff8aafc83461cf980319988eec25481 100644
|
| --- a/components/crash/content/browser/crash_handler_host_linux.cc
|
| +++ b/components/crash/content/browser/crash_handler_host_linux.cc
|
| @@ -99,6 +99,7 @@ CrashHandlerHostLinux::CrashHandlerHostLinux(const std::string& process_type,
|
| #if !defined(OS_ANDROID)
|
| upload_(upload),
|
| #endif
|
| + file_descriptor_watcher_(FROM_HERE),
|
| shutting_down_(false),
|
| worker_pool_token_(base::SequencedWorkerPool::GetSequenceToken()) {
|
| write_dump_file_sequence_checker_.DetachFromSequence();
|
|
|