diff options
author | rmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-31 16:26:24 +0000 |
---|---|---|
committer | rmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-31 16:26:24 +0000 |
commit | dc22637d6d783940cd178b29f1ecabe4711a912b (patch) | |
tree | a45ae1875229e72568b303da4ab14173a3c2c63c /remoting/host/chromoting_host.h | |
parent | 8ed50afa40a29d14d3800d268bbbbba2d26bbad4 (diff) | |
download | chromium_src-dc22637d6d783940cd178b29f1ecabe4711a912b.zip chromium_src-dc22637d6d783940cd178b29f1ecabe4711a912b.tar.gz chromium_src-dc22637d6d783940cd178b29f1ecabe4711a912b.tar.bz2 |
Log when the host is started for an account.
BUG=132683
TEST=me2me_virtual_host (manual) and it2me_basic (pyauto) on Linux
Review URL: https://chromiumcodereview.appspot.com/10893009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host.h')
-rw-r--r-- | remoting/host/chromoting_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h index 84c44ae..3cbf2b7 100644 --- a/remoting/host/chromoting_host.h +++ b/remoting/host/chromoting_host.h @@ -80,7 +80,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, // network and start listening for incoming connections. // // This method can only be called once during the lifetime of this object. - void Start(); + void Start(const std::string& xmpp_login); // Asynchronously shutdown the host process. |shutdown_task| is // called after shutdown is completed. |