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

Unified Diff: remoting/host/plugin/host_script_object.cc

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
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 a53eea67414d3831bb04aeb696785c8afb5aa901..792f9b5e7881d0850fd39ad567a7aef70f4748f9 100644
--- a/remoting/host/plugin/host_script_object.cc
+++ b/remoting/host/plugin/host_script_object.cc
@@ -600,6 +600,7 @@ void HostNPScriptObject::FinishConnectNetworkThread(
base::Closure());
it2me_host_user_interface_->Start(host_.get(), disconnect_callback);
host_event_logger_ = HostEventLogger::Create(host_, kApplicationName);
+ host_event_logger_->OnStart(uid);
{
base::AutoLock auto_lock(ui_strings_lock_);

Powered by Google App Engine
This is Rietveld 408576698