Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: components/crash/content/browser/crash_handler_host_linux.cc

Issue 2695593009: Use the location where FileDescriptorWatcher is created to track the libevent handlers (Closed)
Patch Set: fix mac. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/binder/ipc_thread.cc ('k') | dbus/bus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chromeos/binder/ipc_thread.cc ('k') | dbus/bus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698