Index: ceee/testing/utils/test_utils.h |
=================================================================== |
--- ceee/testing/utils/test_utils.h (revision 64914) |
+++ ceee/testing/utils/test_utils.h (working copy) |
@@ -67,7 +67,8 @@ |
~LogDisabler(); |
private: |
- int initial_log_level_; |
+ logging::LogMessageHandlerFunction old_handler_; |
+ static bool DropMessageHandler(int severity, const std::string& str); |
}; |
// Overrides a path in the PathService singleton, replacing the |