Index: chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.h |
diff --git a/chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.h b/chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.h |
index 3312f8db66bb1d8106e130a286ae5fe9953cb62d..d0dd30235fdf77c5ba21c658a55db62ed7cfa83f 100644 |
--- a/chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.h |
+++ b/chrome/browser/ui/cocoa/profiles/signin_view_controller_delegate_mac.h |
@@ -59,6 +59,9 @@ class SigninViewControllerDelegateMac : public ConstrainedWindowMacDelegate, |
static std::unique_ptr<content::WebContents> |
CreateSyncConfirmationWebContents(Profile* profile); |
+ static std::unique_ptr<content::WebContents> CreateSigninErrorWebContents( |
+ Profile* profile); |
+ |
private: |
void PerformClose() override; |
void ResizeNativeView(int height) override; |