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

Unified Diff: ui/android/java/src/org/chromium/ui/DropdownItem.java

Issue 2496683003: Http Bad: Add a PopupItemId to identify http warning message (Closed)
Patch Set: update 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/src/org/chromium/ui/DropdownItem.java
diff --git a/ui/android/java/src/org/chromium/ui/DropdownItem.java b/ui/android/java/src/org/chromium/ui/DropdownItem.java
index dc4468c3fa04ba966352e8720e1ffefd02e72d29..ee9c6abdc2a04e13f2b10f90c92ba343062948cd 100644
--- a/ui/android/java/src/org/chromium/ui/DropdownItem.java
+++ b/ui/android/java/src/org/chromium/ui/DropdownItem.java
@@ -35,4 +35,12 @@ public interface DropdownItem {
* Returns whether the label should be displayed over multiple lines.
*/
boolean isMultilineLabel();
+ /**
+ * Returns label's font color.
+ */
+ int getLabelFontColor();
Ted C 2016/11/17 17:52:26 For this and getLabelFontSize, I would add the suf
lshang 2016/11/18 00:03:19 Good suggestion! Done.
+ /**
+ * Returns label's font size.
+ */
+ int getLabelFontSize();
}

Powered by Google App Engine
This is Rietveld 408576698