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

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

Issue 1050163004: [Contextual Search] Implements Opt-out promo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring Created 5 years, 9 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 0b652fe9f32629dbd08c1436ffb0643857f44029..0c818c9a9d9517d55e53c19d6b18714ec2d447c8 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -78,4 +78,7 @@
<!-- Signin promo screen colors -->
<color name="illustration_background_color">#4FC3F7</color>
+
+ <!-- Contextual Search colors -->
+ <color name="contextual_search_promo_text_color">#343434</color>
</resources>

Powered by Google App Engine
This is Rietveld 408576698