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

Unified Diff: chrome/app/breakpad_posix.h

Issue 9838033: Upstream native crash handling changes for Android. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 9 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: chrome/app/breakpad_posix.h
diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_posix.h
similarity index 95%
rename from chrome/app/breakpad_linux.h
rename to chrome/app/breakpad_posix.h
index 4799d721a78c38dd0057ffc8555ff7ffbaa2f91d..54ca49ce0188d7927c3ff8daa600e8c839d9bb75 100644
--- a/chrome/app/breakpad_linux.h
+++ b/chrome/app/breakpad_posix.h
@@ -27,6 +27,7 @@ struct BreakpadInfo {
unsigned distro_length; // Length of |distro|.
bool upload; // Whether to upload or save crash dump.
uint64_t process_start_time; // Uptime of the crashing process.
+ uint64_t pid; // PID where applicable.
};
extern void HandleCrashDump(const BreakpadInfo& info);

Powered by Google App Engine
This is Rietveld 408576698