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

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

Issue 2144443002: [android] Correct the URL scheme colors in the Omnibox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments. Created 4 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 885de90c871c45b2272dae4dee103b6848e6d969..86b97ba46dce22e5044066880a02415aaa7fef64 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -50,10 +50,6 @@
<color name="website_settings_popup_text_link">#4285f4</color>
<!-- URL Emphasizer colors -->
- <color name="url_emphasis_start_scheme_security_warning">#ffb000</color>
- <color name="url_emphasis_start_scheme_security_error">#db4437</color>
- <color name="url_emphasis_start_scheme_ev_secure">#1ac222</color>
- <color name="url_emphasis_start_scheme_secure">#1ac222</color>
<color name="url_emphasis_non_emphasized_text">#80333333</color>
<color name="url_emphasis_light_non_emphasized_text">#80ffffff</color>
<color name="url_emphasis_domain_and_registry">#333333</color>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698