From 4a68a433b3b92e4abcd743e3aae1ea7d9426f16c Mon Sep 17 00:00:00 2001 From: "rkc@chromium.org" Date: Wed, 22 Feb 2012 03:43:30 +0000 Subject: Cleanup ParallelAuthenticator. Picked up Zel's CL (http://codereview.chromium.org/9310034/) and fixed the unittest that was failing. patch from issue 9310034 R=zelidrag@chromium.org,xiyuan@chromium.org,nkostylev@chromium.org BUG=None TEST=All unit tests are passing and we can still login. Review URL: http://codereview.chromium.org/9425013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122962 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/automation/automation_provider_observers.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/browser/automation/automation_provider_observers.h') diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h index 8dcff95..80c7d19 100644 --- a/chrome/browser/automation/automation_provider_observers.h +++ b/chrome/browser/automation/automation_provider_observers.h @@ -773,7 +773,6 @@ class LoginObserver : public chromeos::LoginStatusConsumer { virtual void OnLoginSuccess( const std::string& username, const std::string& password, - const GaiaAuthConsumer::ClientLoginResult& credentials, bool pending_requests, bool using_oauth); @@ -826,7 +825,6 @@ class ScreenUnlockObserver : public ScreenLockUnlockObserver, virtual void OnLoginSuccess( const std::string& username, const std::string& password, - const GaiaAuthConsumer::ClientLoginResult& credentials, bool pending_requests, bool using_oauth) {} -- cgit v1.1