summaryrefslogtreecommitdiff
path: root/chromium/base/at_exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/at_exit.h')
-rw-r--r--chromium/base/at_exit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/base/at_exit.h b/chromium/base/at_exit.h
index 02e18ed9eb7..6bf3f50350e 100644
--- a/chromium/base/at_exit.h
+++ b/chromium/base/at_exit.h
@@ -49,6 +49,10 @@ class BASE_EXPORT AtExitManager {
// is possible to register new callbacks after calling this function.
static void ProcessCallbacksNow();
+ // Disable all registered at-exit callbacks. This is used only in a single-
+ // process mode.
+ static void DisableAllAtExitManagers();
+
protected:
// This constructor will allow this instance of AtExitManager to be created
// even if one already exists. This should only be used for testing!