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

Unified Diff: remoting/host/host_status_observer.h

Issue 9243017: Log client jid for rejected clients. (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
« no previous file with comments | « remoting/host/host_event_logger.cc ('k') | remoting/host/it2me_host_user_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_status_observer.h
diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h
index c11f4c7aa1de1a7b913dc81fa741fcc59d1be21d..c3c8a0b34c6ad9094f5f73c235d0d3e89d73c2c6 100644
--- a/remoting/host/host_status_observer.h
+++ b/remoting/host/host_status_observer.h
@@ -18,7 +18,7 @@ class HostStatusObserver {
virtual ~HostStatusObserver() { }
// Called when an unauthorized user attempts to connect to the host.
- virtual void OnAccessDenied() = 0;
+ virtual void OnAccessDenied(const std::string& jid) = 0;
// Called when a client authenticates, or disconnects. Observers
// must not tear-down ChromotingHost state on receipt of this
« no previous file with comments | « remoting/host/host_event_logger.cc ('k') | remoting/host/it2me_host_user_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698