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

Unified Diff: components/upload_list/upload_list.cc

Issue 2301943003: Show not uploaded crashes for Android. (Closed)
Patch Set: rebase Created 4 years, 3 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/upload_list/upload_list.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/upload_list/upload_list.cc
diff --git a/components/upload_list/upload_list.cc b/components/upload_list/upload_list.cc
index cf09555419cbfd1f08c84e73d3d059f0f869774d..6922be55215f2605f5d9c07052157f512fb6e906 100644
--- a/components/upload_list/upload_list.cc
+++ b/components/upload_list/upload_list.cc
@@ -78,6 +78,10 @@ void UploadList::LoadUploadList(std::vector<UploadInfo>* uploads) {
}
}
+const base::FilePath& UploadList::upload_log_path() const {
+ return upload_log_path_;
+}
+
void UploadList::ParseLogEntries(
const std::vector<std::string>& log_entries,
std::vector<UploadInfo>* uploads) {
« no previous file with comments | « components/upload_list/upload_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698