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

Unified Diff: chrome/browser/crash_upload_list/crash_upload_list_android.h

Issue 2324983002: [Android] Wire up manual crash uploads. (Closed)
Patch Set: Fix pending upload handling, and nit fixes 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/BUILD.gn ('k') | chrome/browser/crash_upload_list/crash_upload_list_android.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_android.h
diff --git a/chrome/browser/crash_upload_list/crash_upload_list_android.h b/chrome/browser/crash_upload_list/crash_upload_list_android.h
index 0e2a7f42709c66e995649b2c8ba6d46a835756c5..adc75f2ba6c54c0899e3bc27ac0fa6b07b8e262f 100644
--- a/chrome/browser/crash_upload_list/crash_upload_list_android.h
+++ b/chrome/browser/crash_upload_list/crash_upload_list_android.h
@@ -26,6 +26,7 @@ class CrashUploadListAndroid : public CrashUploadList {
// Called on a blocking pool thread.
void LoadUploadList(std::vector<UploadInfo>* uploads) override;
+ void RequestSingleCrashUpload(const std::string& local_id) override;
private:
void LoadUnsuccessfulUploadList(std::vector<UploadInfo>* uploads);
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/crash_upload_list/crash_upload_list_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698