| Index: chrome/browser/ui/app_list/app_list_view_delegate.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.h b/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| index e83896b860ddb413165d45281eb787ad8ffc60cc..06a7db2009e334f0a9b0f119a5f2d4fbaeef9046 100644
|
| --- a/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| +++ b/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| @@ -129,9 +129,11 @@ class AppListViewDelegate : public app_list::AppListViewDelegate,
|
|
|
| // Overridden from SigninManagerBase::Observer:
|
| virtual void GoogleSigninFailed(const GoogleServiceAuthError& error) OVERRIDE;
|
| - virtual void GoogleSigninSucceeded(const std::string& username,
|
| + virtual void GoogleSigninSucceeded(const std::string& account_id,
|
| + const std::string& username,
|
| const std::string& password) OVERRIDE;
|
| - virtual void GoogleSignedOut(const std::string& username) OVERRIDE;
|
| + virtual void GoogleSignedOut(const std::string& account_id,
|
| + const std::string& username) OVERRIDE;
|
|
|
| // Overridden from ProfileInfoCacheObserver:
|
| virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
|
|
|