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

Unified Diff: chrome/browser/crash_upload_list/crash_upload_list_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 | « no previous file | chrome/browser/crash_upload_list/crash_upload_list_crashpad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/crash_upload_list/crash_upload_list_crashpad.h
diff --git a/chrome/browser/crash_upload_list/crash_upload_list_crashpad.h b/chrome/browser/crash_upload_list/crash_upload_list_crashpad.h
index 17f011f3d24ffadec09ebef66076044e0d9b49cf..4edef15dc7acc9608665cec0e3a37f4c163ff37f 100644
--- a/chrome/browser/crash_upload_list/crash_upload_list_crashpad.h
+++ b/chrome/browser/crash_upload_list/crash_upload_list_crashpad.h
@@ -27,6 +27,8 @@ class CrashUploadListCrashpad : public CrashUploadList {
// Called on a blocking pool thread.
void LoadUploadList(std::vector<UploadInfo>* uploads) override;
+ void RequestSingleCrashUpload(const std::string& local_id) override;
+
DISALLOW_COPY_AND_ASSIGN(CrashUploadListCrashpad);
};
« no previous file with comments | « no previous file | chrome/browser/crash_upload_list/crash_upload_list_crashpad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698