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

Unified Diff: remoting/host/it2me_host_user_interface.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/it2me_host_user_interface.cc
diff --git a/remoting/host/it2me_host_user_interface.cc b/remoting/host/it2me_host_user_interface.cc
index dbde578b779df585e3f0271c05122d66058c0ff9..99b031e6caa878cb016e9e56e5ad56322c69a18a 100644
--- a/remoting/host/it2me_host_user_interface.cc
+++ b/remoting/host/it2me_host_user_interface.cc
@@ -83,6 +83,11 @@ void It2MeHostUserInterface::OnClientDisconnected(const std::string& jid) {
void It2MeHostUserInterface::OnAccessDenied(const std::string& jid) {
}
+void It2MeHostUserInterface::OnClientIpAddress(
+ const std::string& jid, const std::string& channel_name,
+ const net::IPEndPoint& end_point) {
+}
+
void It2MeHostUserInterface::OnShutdown() {
// Host status observers must be removed on the network thread, so
// it must happen here instead of in the destructor.

Powered by Google App Engine
This is Rietveld 408576698