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

Unified Diff: components/upload_list/upload_list.h

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
Index: components/upload_list/upload_list.h
diff --git a/components/upload_list/upload_list.h b/components/upload_list/upload_list.h
index 3b6e80e2b25b72320cb77477aab66d6a1d24179c..30fe26ccb8939f712eaa602e7b82eeb4a3fccf88 100644
--- a/components/upload_list/upload_list.h
+++ b/components/upload_list/upload_list.h
@@ -102,6 +102,8 @@ class UploadList : public base::RefCountedThreadSafe<UploadList> {
// Requests a user triggered upload for a crash report with a given id.
virtual void RequestSingleCrashUpload(const std::string& local_id);
+ const base::FilePath& upload_log_path() const;
+
private:
friend class base::RefCountedThreadSafe<UploadList>;
« no previous file with comments | « chrome/browser/crash_upload_list/crash_upload_list_android.cc ('k') | components/upload_list/upload_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698