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

Unified Diff: chrome/browser/ui/browser.cc

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
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 92da1a041223534fd1c2346911aff09c7b3266f0..20e83fa84c624ee1b82e0431b0f5fe506fa35fa1 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -894,6 +894,10 @@ void Browser::ShowModalSyncConfirmationWindow() {
signin_view_controller_.ShowModalSyncConfirmationDialog(this);
}
+void Browser::ShowModalSigninErrorWindow() {
+ signin_view_controller_.ShowModalSigninErrorDialog(this);
+}
+
void Browser::RegisterKeepAlive() {
keep_alive_.reset(new ScopedKeepAlive(KeepAliveOrigin::BROWSER,
KeepAliveRestartOption::DISABLED));
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698