Chromium Code Reviews| Index: base/at_exit.h |
| diff --git a/base/at_exit.h b/base/at_exit.h |
| index 04e3f7642224ff36bd173423ef1336408f7558ef..02e18ed9eb7508c1d3ffce38e175214c7c60f9e4 100644 |
| --- a/base/at_exit.h |
| +++ b/base/at_exit.h |
| @@ -59,6 +59,7 @@ class BASE_EXPORT AtExitManager { |
| private: |
| base::Lock lock_; |
| std::stack<base::Closure> stack_; |
| + bool processing_callbacks_; |
| AtExitManager* next_manager_; // Stack of managers to allow shadowing. |
| DISALLOW_COPY_AND_ASSIGN(AtExitManager); |