| Index: chrome/common/chrome_paths_internal.h
|
| diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h
|
| index 4b9322a5754312a2ccfa7c037284db4bfe14df12..10aafbaaa2539336e7c7e35a60f17664ca4a56b9 100644
|
| --- a/chrome/common/chrome_paths_internal.h
|
| +++ b/chrome/common/chrome_paths_internal.h
|
| @@ -100,6 +100,12 @@
|
| // Checks if the |process_type| has the rights to access the profile.
|
| bool ProcessNeedsProfileDir(const std::string& process_type);
|
|
|
| +#if defined(OS_WIN)
|
| +// Populates |crash_dir| with the default crash dump location regardless of
|
| +// whether DIR_USER_DATA or DIR_CRASH_DUMPS has been overridden.
|
| +bool GetDefaultCrashDumpLocation(base::FilePath* crash_dir);
|
| +#endif
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_CHROME_PATHS_INTERNAL_H_
|
|
|