Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9177)

Unified Diff: chrome/installer/util/google_chrome_distribution.cc

Issue 2487783002: Make Crashpad use the user data dir, rather than always default location (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/google_chrome_distribution.cc
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
index 6742bf2fa1256b95d02909b7a2027ab7ba17e810..5618f3891f817443f531084d5f78f22733aedcaf 100644
--- a/chrome/installer/util/google_chrome_distribution.cc
+++ b/chrome/installer/util/google_chrome_distribution.cc
@@ -238,7 +238,7 @@ base::string16 GoogleChromeDistribution::GetDistributionData(HKEY root_key) {
// Crash client id.
base::string16 crash_dump_location;
- if (install_static::GetDefaultCrashDumpLocation(&crash_dump_location)) {
+ if (install_static::GetCrashDumpLocation(&crash_dump_location)) {
base::FilePath crash_dir = base::FilePath(crash_dump_location);
crashpad::UUID client_id;
std::unique_ptr<crashpad::CrashReportDatabase> database(
« chrome/install_static/policy_path_parser.cc ('K') | « chrome/install_static/policy_path_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698