| Index: base/threading/thread_checker_impl.h
|
| diff --git a/base/threading/thread_checker_impl.h b/base/threading/thread_checker_impl.h
|
| index 42955604762c29faa76f934983700eca8bded19c..4dbcc5217f6a71e5db989e9b61370d05ecddcc58 100644
|
| --- a/base/threading/thread_checker_impl.h
|
| +++ b/base/threading/thread_checker_impl.h
|
| @@ -30,6 +30,9 @@ class BASE_EXPORT ThreadCheckerImpl {
|
| // exclusively on another thread.
|
| void DetachFromThread();
|
|
|
| + // Returns true if thread checking is enabled.
|
| + static bool IsEnabled();
|
| +
|
| private:
|
| void EnsureThreadIdAssigned() const;
|
|
|
|
|