Show not uploaded crashes for Android.

In order to allow on-demand crash report uploads for Android
users, first show not uploaded or skipped crash reports.

BUG=641628

Review-Url: https://codereview.chromium.org/2301943003
Cr-Commit-Position: refs/heads/master@{#417089}
diff --git a/components/upload_list/upload_list.cc b/components/upload_list/upload_list.cc
index cf095554..6922be5 100644
--- a/components/upload_list/upload_list.cc
+++ b/components/upload_list/upload_list.cc
@@ -78,6 +78,10 @@
   }
 }
 
+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) {