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

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: Coments Created 6 years, 5 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..7b35a4ba087271592ac21c737b29c914a227217f 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_view.cc
+++ b/chrome/browser/ui/autofill/password_generation_popup_view.cc
@@ -12,7 +12,5 @@ const SkColor PasswordGenerationPopupView::kExplanatoryTextColor =
SkColorSetRGB(0x66, 0x66, 0x66);
const SkColor PasswordGenerationPopupView::kDividerColor =
SkColorSetRGB(0xE9, 0xE9, 0xE9);
-const SkColor PasswordGenerationPopupView::kLinkColor =
- SkColorSetRGB(0x55, 0x59, 0xFE);
} // namespace autofill
« no previous file with comments | « chrome/browser/ui/autofill/password_generation_popup_view.h ('k') | chrome/browser/ui/autofill/popup_controller_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698