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

Unified Diff: components/feedback/feedback_report.cc

Issue 2920223002: Add additional histograms with suffixes to ImportantFileWriter. (Closed)
Patch Set: Minor fix of std::string::append. Created 3 years, 6 months 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
« no previous file with comments | « components/bookmarks/browser/bookmark_storage.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/feedback/feedback_report.cc
diff --git a/components/feedback/feedback_report.cc b/components/feedback/feedback_report.cc
index fa0e463163372b881e873abf114627735b6472fb..bdbd4695f675ee915d7028dc2220b821cfcfc7c9 100644
--- a/components/feedback/feedback_report.cc
+++ b/components/feedback/feedback_report.cc
@@ -29,7 +29,7 @@ void WriteReportOnBlockingPool(const base::FilePath reports_path,
if (!base::CreateDirectoryAndGetError(reports_path, &error))
return;
}
- base::ImportantFileWriter::WriteFileAtomically(file, data);
+ base::ImportantFileWriter::WriteFileAtomically(file, data, "FeedbackReport");
}
} // namespace
« no previous file with comments | « components/bookmarks/browser/bookmark_storage.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698