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

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: Add shutdown log 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..118114ff6f2a91f05cf2a7d0f1bdb6853149563c 100644
--- a/remoting/host/plugin/host_script_object.cc
+++ b/remoting/host/plugin/host_script_object.cc
@@ -607,7 +607,7 @@ void HostNPScriptObject::FinishConnectNetworkThread(
}
signal_strategy_->Connect();
- host_->Start();
+ host_->Start(uid);
SetState(kRequestedAccessCode);
return;

Powered by Google App Engine
This is Rietveld 408576698