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

Unified Diff: chrome/browser/metrics/chrome_stability_metrics_provider.h

Issue 1067733006: Add extra parameter to BrowserChildProcessCrashed to pass the exit_code at time of crash/termination (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review comments Created 5 years, 8 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: chrome/browser/metrics/chrome_stability_metrics_provider.h
diff --git a/chrome/browser/metrics/chrome_stability_metrics_provider.h b/chrome/browser/metrics/chrome_stability_metrics_provider.h
index 89913c19382e7d3ba13ba381a8e63b0a808fcafa..94da7d2cbbfc41e99205ce8ef07fd72a297d612d 100644
--- a/chrome/browser/metrics/chrome_stability_metrics_provider.h
+++ b/chrome/browser/metrics/chrome_stability_metrics_provider.h
@@ -48,7 +48,8 @@ class ChromeStabilityMetricsProvider
// content::BrowserChildProcessObserver:
void BrowserChildProcessCrashed(
- const content::ChildProcessData& data) override;
+ const content::ChildProcessData& data,
+ int exit_code) override;
// Logs the initiation of a page load and uses |web_contents| to do
// additional logging of the type of page loaded.
« no previous file with comments | « chrome/browser/chrome_child_process_watcher.cc ('k') | chrome/browser/metrics/chrome_stability_metrics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698