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

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

Issue 2867063002: Stability instrumentation Crashpad integration (Closed)
Patch Set: Siggi round 3 Created 3 years, 7 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: components/crash/content/app/run_as_crashpad_handler_win.h
diff --git a/components/crash/content/app/run_as_crashpad_handler_win.h b/components/crash/content/app/run_as_crashpad_handler_win.h
index ade72a01db994c80bdd0c50eba7cc7d22522c980..5ed027668b9e2b9dfff9d3b44511bf75fce5d40e 100644
--- a/components/crash/content/app/run_as_crashpad_handler_win.h
+++ b/components/crash/content/app/run_as_crashpad_handler_win.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_CRASH_CONTENT_APP_RUN_AS_CRASHPAD_HANDLER_WIN_H_
#define COMPONENTS_CRASH_CONTENT_APP_RUN_AS_CRASHPAD_HANDLER_WIN_H_
+#include "base/strings/string16.h"
+
namespace base {
class CommandLine;
}
@@ -20,7 +22,9 @@ namespace crash_reporter {
// as a parameter because this component does not have access to content/, where
// that variable lives.
int RunAsCrashpadHandler(const base::CommandLine& command_line,
- const char* process_type_switch);
+ const base::string16& user_data_dir,
grt (UTC plus 2) 2017/05/11 21:08:16 const base::FilePath& here on down
manzagop (departed) 2017/05/12 19:27:32 Done.
+ const char* process_type_switch,
+ const char* user_data_dir_switch);
} // namespace crash_reporter

Powered by Google App Engine
This is Rietveld 408576698