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

Unified Diff: third_party/libjingle/overrides/talk/base/logging.h

Issue 218403004: Fix the timestamp generation for webrtc native log. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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: third_party/libjingle/overrides/talk/base/logging.h
diff --git a/third_party/libjingle/overrides/talk/base/logging.h b/third_party/libjingle/overrides/talk/base/logging.h
index a474985ce715fddb59afd7cbd7f23b0ad6f4f3c6..b3e0c8d862b10461902ad0f117acb33c08035614 100644
--- a/third_party/libjingle/overrides/talk/base/logging.h
+++ b/third_party/libjingle/overrides/talk/base/logging.h
@@ -119,7 +119,6 @@ class DiagnosticLogMessage {
std::string extra_;
std::ostringstream print_stream_;
- std::ostringstream print_stream_with_timestamp_;
};
// This class is used to explicitly ignore values in the conditional

Powered by Google App Engine
This is Rietveld 408576698