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

Unified Diff: components/upload_list/upload_list.h

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.h
diff --git a/components/upload_list/upload_list.h b/components/upload_list/upload_list.h
index f324d561b3cb010bda0c2b04fd44e9379e1f1c3c..f8c705ebe4d251eb3fe1eac801ace514657b295e 100644
--- a/components/upload_list/upload_list.h
+++ b/components/upload_list/upload_list.h
@@ -95,6 +95,8 @@ class UploadList : public base::RefCountedThreadSafe<UploadList> {
// Reads the upload log and stores the entries in |uploads|.
virtual void LoadUploadList(std::vector<UploadInfo>* uploads);
+ const base::FilePath& upload_log_path();
Lei Zhang 2016/09/02 21:35:18 Make the method const.
gayane -on leave until 09-2017 2016/09/07 15:18:49 Done.
+
private:
friend class base::RefCountedThreadSafe<UploadList>;

Powered by Google App Engine
This is Rietveld 408576698