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

Unified Diff: components/browser_watcher/stability_debugging.h

Issue 2927653003: Stability instrumentation: add a Vectored Exception Handler (Closed)
Patch Set: merge Created 3 years, 6 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/browser_watcher/stability_debugging.h
diff --git a/components/browser_watcher/stability_debugging.h b/components/browser_watcher/stability_debugging.h
index cc23f69f4777a5f5f682330d66a3932ae4225a75..145979d0451ea3bbf5832e69bbdd8dd382a92ecb 100644
--- a/components/browser_watcher/stability_debugging.h
+++ b/components/browser_watcher/stability_debugging.h
@@ -15,6 +15,10 @@ namespace browser_watcher {
void SetStabilityDataBool(base::StringPiece name, bool value);
void SetStabilityDataInt(base::StringPiece name, int64_t value);
+// Registers a vectored exception handler that stores exception details to the
+// stability file.
+void RegisterStabilityVEH();
+
} // namespace browser_watcher
#endif // COMPONENTS_BROWSER_WATCHER_STABILITY_DEBUGGING_H_
« no previous file with comments | « chrome/browser/chrome_browser_field_trials_desktop.cc ('k') | components/browser_watcher/stability_debugging.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698