| Index: chrome/browser/signin/signin_global_error.h
|
| diff --git a/chrome/browser/signin/signin_global_error.h b/chrome/browser/signin/signin_global_error.h
|
| index a6ab35efd095357a54cbd2479bd5523f2b434834..230935c360e220dc4c3d998fecc77e7916debcd6 100644
|
| --- a/chrome/browser/signin/signin_global_error.h
|
| +++ b/chrome/browser/signin/signin_global_error.h
|
| @@ -62,6 +62,9 @@ class SigninGlobalError : public GlobalErrorWithStandardBubble,
|
| // The SigninErrorController that provides auth status.
|
| SigninErrorController* error_controller_;
|
|
|
| + // True if signin global error was added to the global error service.
|
| + bool is_added_to_global_error_service_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SigninGlobalError);
|
| };
|
|
|
|
|