linux: No need of |ptype| parameter.

This commit is contained in:
Cheng Zhao 2014-02-26 20:59:27 +08:00
parent b1f9c4dfc5
commit ce6f9f20bf
3 changed files with 0 additions and 10 deletions

View file

@ -24,8 +24,6 @@ struct BreakpadInfo {
const char* asan_report_str; // ASan report.
unsigned asan_report_length; // Length of |asan_report_length|.
#endif
const char* process_type; // Process type, e.g. "renderer".
unsigned process_type_length; // Length of |process_type|.
const char* distro; // Linux distro string.
unsigned distro_length; // Length of |distro|.
bool upload; // Whether to upload or save crash dump.