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

Unified Diff: components/autofill/android/java/res/values/colors.xml

Issue 2627153007: Fix styling of Form-Not-Secure warnings on Android (Closed)
Patch Set: actually set the icon size Created 3 years, 11 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: components/autofill/android/java/res/values/colors.xml
diff --git a/components/autofill/android/java/res/values/colors.xml b/components/autofill/android/java/res/values/colors.xml
index 6f68255e97cbeaf83fecbadfea10febfc45a1656..8b10dd3af7ba9958a7ca7da7082b78beab0839c0 100644
--- a/components/autofill/android/java/res/values/colors.xml
+++ b/components/autofill/android/java/res/values/colors.xml
@@ -6,6 +6,6 @@
-->
<resources>
<!-- Text colors of warning messages for credit card and password forms. -->
- <color name="http_bad_warning_message_text">#C53929</color>
-
-</resources>
+ <color name="http_bad_warning_message_text">#C53929</color>
+ <color name="insecure_context_payment_disabled_message_text">#646464</color>
+</resources>

Powered by Google App Engine
This is Rietveld 408576698