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

Unified Diff: third_party/libjingle/overrides/logging/log_message_delegate.h

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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
« no previous file with comments | « third_party/libjingle/libjingle.gyp ('k') | third_party/libjingle/overrides/talk/base/logging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/overrides/logging/log_message_delegate.h
diff --git a/third_party/libjingle/overrides/logging/log_message_delegate.h b/third_party/libjingle/overrides/logging/log_message_delegate.h
deleted file mode 100644
index e23465e2a274243d6dbc550a18808ed7221628cf..0000000000000000000000000000000000000000
--- a/third_party/libjingle/overrides/logging/log_message_delegate.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef THIRD_PARTY_LIBJINGLE_OVERRIDES_LOGGING_LOG_MESSAGE_DELEGATE_H_
-#define THIRD_PARTY_LIBJINGLE_OVERRIDES_LOGGING_LOG_MESSAGE_DELEGATE_H_
-
-#include <string>
-
-namespace talk_base {
-
-// This interface is implemented by a handler in Chromium and used by the
-// overridden logging.h/cc in libjingle. The purpose is to forward libjingle
-// logging messages to Chromium (besides to the ordinary logging stream) that
-// will be used for diagnostic purposes. LogMessage can be called on any thread
-// used by libjingle.
-class LogMessageDelegate {
- public:
- virtual void LogMessage(const std::string& message) = 0;
-
- protected:
- virtual ~LogMessageDelegate() {}
-};
-
-} // namespace talk_base
-
-#endif // THIRD_PARTY_LIBJINGLE_OVERRIDES_LOGGING_LOG_MESSAGE_DELEGATE_H_
« no previous file with comments | « third_party/libjingle/libjingle.gyp ('k') | third_party/libjingle/overrides/talk/base/logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698