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

Unified Diff: components/crash/content/browser/crash_dump_manager_android.h

Issue 2950153002: Improve process launch handle sharing API. (Closed)
Patch Set: Merge Created 3 years, 5 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
Index: components/crash/content/browser/crash_dump_manager_android.h
diff --git a/components/crash/content/browser/crash_dump_manager_android.h b/components/crash/content/browser/crash_dump_manager_android.h
index ad711936d7f83cfec805699fdcec911c6c9bb070..dde3f6e29de7eb05e8ac65bbb63da23e01337529 100644
--- a/components/crash/content/browser/crash_dump_manager_android.h
+++ b/components/crash/content/browser/crash_dump_manager_android.h
@@ -30,7 +30,7 @@ class CrashDumpManager : public breakpad::CrashDumpObserver::Client {
// breakpad::CrashDumpObserver::Client implementation:
void OnChildStart(int child_process_id,
- content::FileDescriptorInfo* mappings) override;
+ content::PosixFileDescriptorInfo* mappings) override;
void OnChildExit(int child_process_id,
base::ProcessHandle pid,
content::ProcessType process_type,

Powered by Google App Engine
This is Rietveld 408576698