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

Unified Diff: remoting/host/plugin/host_script_object.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/plugin/host_script_object.cc
diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc
index b4ca6ad2e9276ac4de83d05027b4b044d2b4b32b..f0e9014a1048f0009fdc0f58fc11962a7ae54347 100644
--- a/remoting/host/plugin/host_script_object.cc
+++ b/remoting/host/plugin/host_script_object.cc
@@ -368,6 +368,11 @@ void HostNPScriptObject::OnClientDisconnected(const std::string& jid) {
DisconnectInternal();
}
+void HostNPScriptObject::OnClientIpAddress(const std::string& jid,
+ const std::string& channel_name,
+ const net::IPEndPoint& end_point) {
+}
+
void HostNPScriptObject::OnShutdown() {
DCHECK(host_context_.network_message_loop()->BelongsToCurrentThread());
« remoting/host/host_status_observer.h ('K') | « remoting/host/plugin/host_script_object.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698