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

Unified Diff: chrome/browser/ui/signin_view_controller.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/signin_view_controller.h
diff --git a/chrome/browser/ui/signin_view_controller.h b/chrome/browser/ui/signin_view_controller.h
index 4d6fc1fc5930e658e5287191d39e5d241b661558..594356b39aeb56c19a5c5675bbb57f5b763d9d11 100644
--- a/chrome/browser/ui/signin_view_controller.h
+++ b/chrome/browser/ui/signin_view_controller.h
@@ -34,6 +34,7 @@ class SigninViewController {
Browser* browser,
signin_metrics::AccessPoint access_point);
void ShowModalSyncConfirmationDialog(Browser* browser);
+ void ShowModalSigninErrorDialog(Browser* browser);
// Closes the tab-modal signin flow previously shown using this
// SigninViewController, if one exists. Does nothing otherwise.
« no previous file with comments | « chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.mm ('k') | chrome/browser/ui/signin_view_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698