| Index: chrome/common/chrome_paths_internal.h
|
| diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h
|
| index ae1cd623d773a011c97ef5dc7f6271fdf844e3a3..706182877399b262a8fee0d7bfd021d7b1e8e155 100644
|
| --- a/chrome/common/chrome_paths_internal.h
|
| +++ b/chrome/common/chrome_paths_internal.h
|
| @@ -107,6 +107,12 @@ bool GetUserDataDirectoryForBrowserBundle(NSBundle* bundle,
|
| // 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_
|
|
|