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

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

Issue 2638433002: Integrate fallback crash handling in chrome (Closed)
Patch Set: Fix signedness comparison goof. Created 3 years, 11 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/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_;

Powered by Google App Engine
This is Rietveld 408576698