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

Unified Diff: chrome/browser/ui/sync/profile_signin_confirmation_helper.h

Issue 14846020: Add Views implementation of ProfileSigninConfirmationDialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more nits Created 7 years, 7 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/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);
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_sync_starter.cc ('k') | chrome/browser/ui/sync/profile_signin_confirmation_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698