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

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

Issue 2496683003: Http Bad: Add a PopupItemId to identify http warning message (Closed)
Patch Set: minor change Created 4 years, 1 month 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: ui/android/java/res/values/colors.xml
diff --git a/ui/android/java/res/values/colors.xml b/ui/android/java/res/values/colors.xml
index 5dbe201164da0d68798b18851258bdc472428b0c..615d3cc094ac00735c25452b57a4ad822ae4455a 100644
--- a/ui/android/java/res/values/colors.xml
+++ b/ui/android/java/res/values/colors.xml
@@ -7,5 +7,8 @@
<resources>
<color name="dropdown_divider_color">#E5E5E5</color>
<color name="dropdown_dark_divider_color">#C0C0C0</color>
+
+ <!-- Http Bad warning message colors -->
+ <color name="http_bad_warning_message_text">#c93929</color>
Mathieu 2016/11/12 12:52:05 to be consistent with other colors here, let's hav
lshang 2016/11/14 10:51:01 Done.
</resources>

Powered by Google App Engine
This is Rietveld 408576698