| Index: chrome/browser/ui/sync/profile_signin_confirmation_helper.h
|
| diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper.h b/chrome/browser/ui/sync/profile_signin_confirmation_helper.h
|
| index 36ad62a3f488da99485cc8605d351f6aaef25c08..f94952bb56b000be837fb816b29cebdc0dc101fe 100644
|
| --- a/chrome/browser/ui/sync/profile_signin_confirmation_helper.h
|
| +++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper.h
|
| @@ -6,11 +6,19 @@
|
| #define CHROME_BROWSER_UI_SYNC_PROFILE_SIGNIN_CONFIRMATION_HELPER_H_
|
|
|
| #include "base/callback.h"
|
| +#include "third_party/skia/include/core/SkColor.h"
|
|
|
| class Profile;
|
|
|
| namespace ui {
|
|
|
| +// Blend parameters for the dialog prompt bar.
|
| +const SkAlpha kSigninConfirmationPromptBarBackgroundAlpha = 0x0A;
|
| +const SkAlpha kSigninConfirmationPromptBarBorderAlpha = 0x1F;
|
| +
|
| +// Create slightly different colors for the dialog prompt bar.
|
| +SkColor GetSigninConfirmationPromptBarColor(SkAlpha alpha);
|
| +
|
| // Determines whether the browser has ever been shutdown since the
|
| // profile was created.
|
| bool HasBeenShutdown(Profile* profile);
|
|
|