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

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

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 e2e344f9efb3a197232f40af012628039a6284f5..12e0c7dfe4dfd26ac4d1560d3f46c57adf898b51 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_view.cc
+++ b/chrome/browser/ui/autofill/password_generation_popup_view.cc
@@ -13,6 +13,6 @@ const SkColor PasswordGenerationPopupView::kExplanatoryTextColor =
const SkColor PasswordGenerationPopupView::kDividerColor =
SkColorSetRGB(0xE9, 0xE9, 0xE9);
const SkColor PasswordGenerationPopupView::kLinkColor =
Evan Stade 2014/06/19 00:16:35 I have a feeling these colors should either be del
Garrett Casto 2014/06/20 23:47:01 Rebecca should hopefully be able to give a better
Evan Stade 2014/06/23 18:20:40 I think it would be good to make sure that assumpt
- SkColorSetRGB(0x55, 0x59, 0xFE);
+ SkColorSetRGB(0x55, 0x95, 0xFE);
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698