| 2197 | class Callback : protected base::threading::ThreadSafe { |
| 2198 | public: |
| 2199 | Callback(void) : m_enabled(true) {} |
| 2200 | inline bool enabled(void) const { |
| 2201 | return m_enabled; |
| 2202 | } |
nothing calls this directly
no outgoing calls
no test coverage detected