| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 693e84d96148a486101ae1a1e7ed6401e516c791..1ca2c842d9593ee22da6ff49e63357cc2a161c97 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -420,6 +420,10 @@ class Browser : public TabStripModelObserver,
|
| // flow.
|
| void ShowModalSyncConfirmationWindow();
|
|
|
| + // Shows the tab modal signin error dialog that informs the user about
|
| + // signin errors.
|
| + void ShowModalSigninErrorWindow();
|
| +
|
| // Used to register a KeepAlive to affect the Chrome lifetime. The KeepAlive
|
| // is registered when the browser is added to the browser list, and unregisted
|
| // when it is removed from it.
|
|
|