diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 22:14:21 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 22:14:21 +0000 |
commit | 61942eaab1f444e15bef46e71b29f2cfbf5becae (patch) | |
tree | 285fe901b04cc98d642f928315c68d4c99eafe1b /remoting/host/chromoting_host.h | |
parent | 91303f2f046164d743d1284887e573e1a7e4906f (diff) | |
download | chromium_src-61942eaab1f444e15bef46e71b29f2cfbf5becae.zip chromium_src-61942eaab1f444e15bef46e71b29f2cfbf5becae.tar.gz chromium_src-61942eaab1f444e15bef46e71b29f2cfbf5becae.tar.bz2 |
Report authentication failure on the host side of chromoting
BUG=74436
TEST=Try a random username, it will ask for password again.
Review URL: http://codereview.chromium.org/6592040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host.h')
-rw-r--r-- | remoting/host/chromoting_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h index 525a0dd..5a5959f 100644 --- a/remoting/host/chromoting_host.h +++ b/remoting/host/chromoting_host.h @@ -107,6 +107,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, //////////////////////////////////////////////////////////////////////////// // DesktopEnvironment::EventHandler implementations virtual void LocalLoginSucceeded(); + virtual void LocalLoginFailed(); // Callback for ChromotingServer. void OnNewClientSession( |