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

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_view.cc

Issue 595353003: [Password Generation] Small UI tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/autofill/password_generation_popup_view.cc
diff --git a/chrome/browser/ui/autofill/password_generation_popup_view.cc b/chrome/browser/ui/autofill/password_generation_popup_view.cc
index 7b35a4ba087271592ac21c737b29c914a227217f..0d2d80d304beea556bdd1583831cd6a45dda9eea 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_view.cc
+++ b/chrome/browser/ui/autofill/password_generation_popup_view.cc
@@ -6,6 +6,8 @@
namespace autofill {
+const SkColor PasswordGenerationPopupView::kPasswordTextColor =
+ SkColorSetRGB(0x33, 0x33, 0x33);
const SkColor PasswordGenerationPopupView::kExplanatoryTextBackgroundColor =
SkColorSetRGB(0xF5, 0xF5, 0xF5);
const SkColor PasswordGenerationPopupView::kExplanatoryTextColor =

Powered by Google App Engine
This is Rietveld 408576698