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

Unified Diff: components/crash/content/app/crashpad.h

Issue 2325713002: Manual crash uploads for mac and win (Closed)
Patch Set: 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 | « chrome/browser/ui/webui/crashes_ui.cc ('k') | components/crash/content/app/crashpad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/crashpad.h
diff --git a/components/crash/content/app/crashpad.h b/components/crash/content/app/crashpad.h
index ae27e7cf007753256560c0a9d3984c2f66360696..eeb65ac69b71f96e4fdcc891650e34773f0b2a37 100644
--- a/components/crash/content/app/crashpad.h
+++ b/components/crash/content/app/crashpad.h
@@ -72,7 +72,8 @@ bool GetUploadsEnabled();
enum class ReportUploadState {
NotUploaded,
Pending,
- Uploaded,
+ Pending_UserRequested,
+ Uploaded
};
struct Report {
@@ -90,6 +91,9 @@ struct Report {
// reports first).
void GetReports(std::vector<Report>* reports);
+// Requests a user triggered upload for a crash report with a given id.
+void RequestSingleCrashUpload(const std::string& local_id);
+
namespace internal {
#if defined(OS_WIN)
« no previous file with comments | « chrome/browser/ui/webui/crashes_ui.cc ('k') | components/crash/content/app/crashpad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698