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

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..0a55bb0662d1f6f33bfebea0088c973bd1fb97ff 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 resource ID of label's font color.
+ */
+ int getLabelFontColorResId();
+ /**
+ * Returns resource ID of label's font size.
+ */
+ int getLabelFontSizeResId();
}
« no previous file with comments | « ui/android/java/src/org/chromium/ui/DropdownAdapter.java ('k') | ui/android/java/src/org/chromium/ui/DropdownItemBase.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698