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

Unified Diff: remoting/host/log_to_server.cc

Issue 9288040: Log client IP addresses to syslog in Me2Me host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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: remoting/host/log_to_server.cc
diff --git a/remoting/host/log_to_server.cc b/remoting/host/log_to_server.cc
index f86c91e53a3793d3e6c16737fdd10c7c1f7befc0..b29407bb41a784069d783fbcf59214d1e5e1ca95 100644
--- a/remoting/host/log_to_server.cc
+++ b/remoting/host/log_to_server.cc
@@ -77,6 +77,11 @@ void LogToServer::OnClientDisconnected(const std::string& jid) {
void LogToServer::OnAccessDenied(const std::string& jid) {
}
+void LogToServer::OnClientIpAddress(const std::string& jid,
+ const std::string& channel_name,
+ const net::IPEndPoint& end_point) {
+}
+
void LogToServer::OnShutdown() {
}

Powered by Google App Engine
This is Rietveld 408576698