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

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

Issue 923803003: Fix up a few more lint warnings in chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 6795e50fb398a997ab4d11740a5738e138489f47..6bde8f3afa15de922b0c5f900805b7ef36847c62 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -40,6 +40,7 @@
<color name="url_emphasis_domain_and_registry">#333333</color>
<color name="url_emphasis_light_domain_and_registry">#ffffff</color>
<color name="url_emphasis_default_text">#333333</color>
+ <!--suppress UnusedResources -->
newt (away) 2015/02/18 18:58:11 does lint understand this comment?
aurimas (slooooooooow) 2015/02/25 01:51:17 Yes
<color name="url_emphasis_light_default_text">#ffffff</color>
<!-- Distilled Page Prefs colors -->

Powered by Google App Engine
This is Rietveld 408576698