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

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 1698043006: Created the dialog offering the user to merge their account data or keep it (Closed) Base URL: maybelle.lon.corp.google.com:/usr/local/google/code/clankium/src@sync_settings
Patch Set: Created 4 years, 10 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/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index 5f2d61c4b6bc18c58d055928140c4b7c6afdd59b..461eb1cf54b698dfe588b45a9b4ef09f6c97c005 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -79,8 +79,11 @@
<!-- First Run Experience Colors -->
<color name="fre_text_color">#000000</color>
- <color name="fre_light_text_color">#494949</color>
<color name="fre_title_color">#161616</color>
+
+ <!-- Account Signin Colors -->
+ <!-- As in dimens.xml, signin uses values from the First Run Experience -->
+ <color name="signin_light_text_color">#494949</color>
<!-- Sad Tab colors -->
<color name="sad_tab_header_text_color">#333333</color>

Powered by Google App Engine
This is Rietveld 408576698