Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6615)

Unified Diff: chrome/browser/ui/webui/signin/inline_login_handler_impl.h

Issue 2348423002: [Signin Error Dialog] (3/3) Added the triggering code (Closed)
Patch Set: Fix malformed function declaration on mac. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698