Pass crashes directory to crash service process
This commit is contained in:
parent
2fbb98a97c
commit
0380d3ae50
5 changed files with 23 additions and 14 deletions
|
@ -34,6 +34,9 @@ class CrashReporter {
|
|||
const std::string& product_name,
|
||||
const std::string& temp_path);
|
||||
|
||||
base::FilePath GetCrashesDirectory(const std::string& product_name,
|
||||
const std::string& temp_dir);
|
||||
|
||||
protected:
|
||||
CrashReporter();
|
||||
virtual ~CrashReporter();
|
||||
|
@ -47,9 +50,6 @@ class CrashReporter {
|
|||
bool skip_system_crash_handler);
|
||||
virtual void SetUploadParameters();
|
||||
|
||||
base::FilePath GetCrashesDirectory(const std::string& product_name,
|
||||
const std::string& temp_dir);
|
||||
|
||||
StringMap upload_parameters_;
|
||||
bool is_browser_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue