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

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

Issue 2874933008: Adds animation as feature variation to keyboard accessory. (Closed)
Patch Set: Switch to base/metrics/field_trial_params.h API from variations:: Created 3 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: 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 8b10dd3af7ba9958a7ca7da7082b78beab0839c0..cf4d73bd5a93f346475c458e176b128524e16247 100644
--- a/components/autofill/android/java/res/values/colors.xml
+++ b/components/autofill/android/java/res/values/colors.xml
@@ -5,7 +5,9 @@
found in the LICENSE file.
-->
<resources>
- <!-- Text colors of warning messages for credit card and password forms. -->
+ <!-- Text colors of warning messages for credit card and password forms. -->
<color name="http_bad_warning_message_text">#C53929</color>
<color name="insecure_context_payment_disabled_message_text">#646464</color>
+
+ <color name="keyboard_accessory_hint_icon">#4285F4</color>
</resources>
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_layout_model.cc ('k') | components/autofill/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698