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

Unified Diff: components/upload_list/upload_list.cc

Issue 2301943003: Show not uploaded crashes for Android. (Closed)
Patch Set: sync 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
Index: components/upload_list/upload_list.cc
diff --git a/components/upload_list/upload_list.cc b/components/upload_list/upload_list.cc
index cdaf6b16678af9655d65e9091e1879b783dbfc66..cdb115f650c9c669b6f42bcf2e05595d7112f38e 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() {
+ return upload_log_path_;
+}
+
void UploadList::ParseLogEntries(
const std::vector<std::string>& log_entries,
std::vector<UploadInfo>* uploads) {
« components/upload_list/upload_list.h ('K') | « components/upload_list/upload_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698