Chromium Code Reviews| Index: src/debug.h |
| =================================================================== |
| --- src/debug.h (revision 4675) |
| +++ src/debug.h (working copy) |
| @@ -693,8 +693,9 @@ |
| static void set_loading_debugger(bool v) { is_loading_debugger_ = v; } |
| static bool is_loading_debugger() { return Debugger::is_loading_debugger_; } |
| + static bool IsDebuggerActive(); |
| + |
| private: |
| - static bool IsDebuggerActive(); |
| static void ListenersChanged(); |
| static Mutex* debugger_access_; // Mutex guarding debugger variables. |