| Index: chrome/browser/ui/webui/signin/inline_login_handler_impl.h
|
| diff --git a/chrome/browser/ui/webui/signin/inline_login_handler_impl.h b/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
|
| index c32e4004e05ede57c4974131d7eb7b6303025f02..6e7b3314108e3bfcef549c8236bfb0e6342fbcd4 100644
|
| --- a/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
|
| +++ b/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
|
| @@ -36,7 +36,8 @@ class InlineLoginHandlerImpl : public InlineLoginHandler,
|
| // Closes the current tab and shows the account management view of the avatar
|
| // bubble if |show_account_management| is true.
|
| void CloseTab(bool show_account_management);
|
| - void HandleLoginError(const std::string& error_msg);
|
| + void HandleLoginError(const std::string& error_msg,
|
| + const base::string16& email);
|
|
|
| private:
|
| friend class InlineLoginUIBrowserTest;
|
|
|