Index: base/win/win_util.h |
diff --git a/base/win/win_util.h b/base/win/win_util.h |
index 7db98e9717e73dc2be6550da0967dc82a23bd6e5..d5bcd7ac08cd52906639e1614e011685bd8f6a96 100644 |
--- a/base/win/win_util.h |
+++ b/base/win/win_util.h |
@@ -106,6 +106,10 @@ BASE_EXPORT bool ReadCommandFromAutoRun(HKEY root_key, |
BASE_EXPORT void SetShouldCrashOnProcessDetach(bool crash); |
BASE_EXPORT bool ShouldCrashOnProcessDetach(); |
+// Adjusts the abort behavior so that crash reports can be generated when the |
+// process is aborted. |
+BASE_EXPORT void SetAbortBehaviorForCrashReporting(); |
+ |
// A tablet by this definition is something that has integrated multi-touch |
// ready to use and also has screen resolution not greater than 1366x768. |
BASE_EXPORT bool IsMachineATablet(); |