diff options
author | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 20:16:54 +0000 |
---|---|---|
committer | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 20:16:54 +0000 |
commit | 66bb70dbfa37c1c2e7e41745139ea98c6596e329 (patch) | |
tree | 33ad26849996e8bd1f377f01ed5df8a939151c0b /remoting/host/chromoting_host.h | |
parent | e535d513f7d1dbe0f9255f7b0139ffa2cbb511e9 (diff) | |
download | chromium_src-66bb70dbfa37c1c2e7e41745139ea98c6596e329.zip chromium_src-66bb70dbfa37c1c2e7e41745139ea98c6596e329.tar.gz chromium_src-66bb70dbfa37c1c2e7e41745139ea98c6596e329.tar.bz2 |
[Chromoting] Add a ChromotingHost unit test for rejecting client authentication.
Review URL: https://chromiumcodereview.appspot.com/10656049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144256 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 fa6c939..b49ff3d 100644 --- a/remoting/host/chromoting_host.h +++ b/remoting/host/chromoting_host.h @@ -90,7 +90,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, void AddStatusObserver(HostStatusObserver* observer); void RemoveStatusObserver(HostStatusObserver* observer); - // This method may be called only form + // This method may be called only from // HostStatusObserver::OnClientAuthenticated() to reject the new // client. void RejectAuthenticatingClient(); |