| Index: components/crash/content/app/fallback_crash_handler_win.h
|
| diff --git a/components/crash/content/app/fallback_crash_handler_win.h b/components/crash/content/app/fallback_crash_handler_win.h
|
| index d9e96bb4b262523f43f46be1ab3f9dc1b3c2a23f..579bcb5b57a6df7cb47f08adb0f576d425e66d3a 100644
|
| --- a/components/crash/content/app/fallback_crash_handler_win.h
|
| +++ b/components/crash/content/app/fallback_crash_handler_win.h
|
| @@ -45,6 +45,8 @@ class FallbackCrashHandler {
|
| const std::string& channel,
|
| const std::string& process_type);
|
|
|
| + const base::Process& process() const { return process_; }
|
| +
|
| private:
|
| base::Process process_;
|
| base::PlatformThreadId thread_id_;
|
|
|