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

Unified Diff: chrome/browser/crash_upload_list_crashpad.h

Issue 1481703002: win: Move Crashpad all into chrome.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix and rebase Created 5 years 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/crash_upload_list.cc ('k') | chrome/browser/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_crashpad.h
diff --git a/chrome/browser/crash_upload_list_crashpad.h b/chrome/browser/crash_upload_list_crashpad.h
index d884640ec9c7916b66b6e8a8f399d119fad1f7b1..2f8281b519788e49f5e1d5b34ab689a2fe7fa31c 100644
--- a/chrome/browser/crash_upload_list_crashpad.h
+++ b/chrome/browser/crash_upload_list_crashpad.h
@@ -17,12 +17,8 @@ class SequencedWorkerPool;
// Crashpad database.
class CrashUploadListCrashpad : public CrashUploadList {
public:
- // The |upload_log_path| argument is unused. It is only accepted because the
- // base class constructor requires it, although it is entirely unused with
- // LoadUploadList() being overridden.
CrashUploadListCrashpad(
Delegate* delegate,
- const base::FilePath& upload_log_path,
const scoped_refptr<base::SequencedWorkerPool>& worker_pool);
protected:
« no previous file with comments | « chrome/browser/crash_upload_list.cc ('k') | chrome/browser/crash_upload_list_crashpad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698