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

Unified Diff: remoting/host/host_event_logger.h

Issue 10893009: Log when the host is started for an account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo on Windows code Created 8 years, 4 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 | « no previous file | remoting/host/host_event_logger_posix.cc » ('j') | remoting/host/host_event_logger_posix.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_event_logger.h
diff --git a/remoting/host/host_event_logger.h b/remoting/host/host_event_logger.h
index b039b3b5e50d9ffe634e3cb1a62dc4043c68ffea..3b5ced18d5e49e855bf470631e543ae3e8119490 100644
--- a/remoting/host/host_event_logger.h
+++ b/remoting/host/host_event_logger.h
@@ -24,6 +24,8 @@ class HostEventLogger {
static scoped_ptr<HostEventLogger> Create(
ChromotingHost* host, const std::string& application_name);
+ // Called when hosting is started for an account.
+ virtual void OnStart(const std::string& xmpp_login) {};
alexeypa (please no reviews) 2012/08/29 15:15:48 ChromotingHost::Start is called after HostEventLog
Jamie 2012/08/29 17:24:14 I agree. HostStatusObserver is the best place to a
Lambros 2012/08/29 17:34:25 nit: no semicolon needed
rmsousa 2012/08/29 19:24:40 Done.
rmsousa 2012/08/29 19:24:40 Done.
rmsousa 2012/08/29 19:24:40 Done.
protected:
HostEventLogger() {}
« no previous file with comments | « no previous file | remoting/host/host_event_logger_posix.cc » ('j') | remoting/host/host_event_logger_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698