Use different name for wait events for different apps
This commit is contained in:
parent
14803e4cf8
commit
db58048077
4 changed files with 19 additions and 13 deletions
|
@ -37,7 +37,8 @@ class CrashService {
|
|||
// other members in that case. |operating_dir| is where the CrashService
|
||||
// should store breakpad's checkpoint file. |dumps_path| is the directory
|
||||
// where the crash dumps should be stored.
|
||||
bool Initialize(const base::FilePath& operating_dir,
|
||||
bool Initialize(const base::string16& application_name,
|
||||
const base::FilePath& operating_dir,
|
||||
const base::FilePath& dumps_path);
|
||||
|
||||
// Command line switches:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue