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

Unified Diff: third_party/webrtc_overrides/webrtc/base/logging.h

Issue 1992243002: Revert of Fix backwards WebRTC-in-Chromium override and expose Chromium logging setup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/webrtc_overrides/webrtc/base/logging.h
diff --git a/third_party/webrtc_overrides/webrtc/base/logging.h b/third_party/webrtc_overrides/webrtc/base/logging.h
index 67893926d5a71f7af25381cdc2f77dcdf29c8014..e9ca47e03269f6384586394fcc71f68fd76636ce 100644
--- a/third_party/webrtc_overrides/webrtc/base/logging.h
+++ b/third_party/webrtc_overrides/webrtc/base/logging.h
@@ -25,15 +25,6 @@
#define THIRD_PARTY_WEBRTC_OVERRIDES_WEBRTC_BASE_LOGGING_H_
#include "third_party/webrtc_overrides/webrtc/base/diagnostic_logging.h"
-
-// If WebRTC code is built inside Chromium but run standalone,
-// Chromium logging will be used but not initialised. This is usually
-// OK, but in certain cases we do want that initialisation, so we
-// expose it here. For example, you must call this if you want to
-// decrease the log level below -1, as done by the libfuzzer fuzzers.
-namespace rtc {
- void InitChromiumLoggingAndCommandLine();
-}
//////////////////////////////////////////////////////////////////////
// WebRTC macros which in DiagnosticLogMessage are mapped over to
« no previous file with comments | « third_party/webrtc_overrides/webrtc/base/diagnostic_logging.h ('k') | third_party/webrtc_overrides/webrtc/base/logging.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698