Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(903)

Unified Diff: base/test/mock_log.h

Issue 2034393004: Allow multiple logging::LogMessage{Handler,Listener}s Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix installation_validator_unittest Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/test/mock_log.h
diff --git a/base/test/mock_log.h b/base/test/mock_log.h
index cda2fcd6259cbf080ba1bdc0c4195c00a12d69be..9defb9f2f369afb240e76e15825d19f52512ffb2 100644
--- a/base/test/mock_log.h
+++ b/base/test/mock_log.h
@@ -88,9 +88,6 @@ class MockLog {
// True if this object is currently capturing logs.
bool is_capturing_logs_;
- // The previous handler to restore when the MockLog is destroyed.
- logging::LogMessageHandlerFunction previous_handler_;
-
DISALLOW_COPY_AND_ASSIGN(MockLog);
};

Powered by Google App Engine
This is Rietveld 408576698