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

Unified Diff: third_party/crashpad/crashpad/tools/mac/run_with_crashpad.cc

Issue 2349083002: Update Crashpad to 23d31c4fea61962e156f992889c6b041ad757d12 (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
Index: third_party/crashpad/crashpad/tools/mac/run_with_crashpad.cc
diff --git a/third_party/crashpad/crashpad/tools/mac/run_with_crashpad.cc b/third_party/crashpad/crashpad/tools/mac/run_with_crashpad.cc
index 58337aadec787f7d72a897786817ab97f1baf430..9b38ed80d06bc90ebfd858ab44fc519b0d7fb932 100644
--- a/third_party/crashpad/crashpad/tools/mac/run_with_crashpad.cc
+++ b/third_party/crashpad/crashpad/tools/mac/run_with_crashpad.cc
@@ -164,6 +164,7 @@ int RunWithCrashpadMain(int argc, char* argv[]) {
CrashpadClient crashpad_client;
if (!crashpad_client.StartHandler(base::FilePath(options.handler),
base::FilePath(options.database),
+ base::FilePath(),
options.url,
options.annotations,
options.arguments,

Powered by Google App Engine
This is Rietveld 408576698