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

Unified Diff: chrome/browser/ui/signin_view_controller_delegate.h

Issue 2348423002: [Signin Error Dialog] (3/3) Added the triggering code (Closed)
Patch Set: Add comment. 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_delegate.h
diff --git a/chrome/browser/ui/signin_view_controller_delegate.h b/chrome/browser/ui/signin_view_controller_delegate.h
index 445a60f4357c7f78083ebcc552cb93bc77de022c..e8f8759176701f2c1543de5b0a9f17c0c4782d11 100644
--- a/chrome/browser/ui/signin_view_controller_delegate.h
+++ b/chrome/browser/ui/signin_view_controller_delegate.h
@@ -34,6 +34,10 @@ class SigninViewControllerDelegate : public content::WebContentsDelegate {
SigninViewController* signin_view_controller,
Browser* browser);
+ static SigninViewControllerDelegate* CreateSigninErrorDelegate(
sky 2016/09/21 16:14:39 Please document lifetime here.
anthonyvd 2016/09/22 16:52:01 Done.
+ SigninViewController* signin_view_controller,
+ Browser* browser);
+
void CloseModalSignin();
// Either navigates back in the signin flow if the history state allows it or

Powered by Google App Engine
This is Rietveld 408576698