Chromium Code Reviews| Index: base/logging.cc |
| =================================================================== |
| --- base/logging.cc (revision 64914) |
| +++ base/logging.cc (working copy) |
| @@ -420,6 +420,10 @@ |
| log_message_handler = handler; |
| } |
| +LogMessageHandlerFunction GetLogMessageHandler() { |
| + return log_message_handler; |
| +} |
| + |
| // MSVC doesn't like complex extern templates and DLLs. |
| #if !defined(COMPILER_MSVC) |
| // Explicit instantiations for commonly used comparisons. |