| 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);
|
|
|