| 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 46d8d0e215318974131233e888892e772f7f0492..6d12a317136e5184d7add7e246dacfd95ce41754 100644
|
| --- a/ui/android/java/src/org/chromium/ui/DropdownItem.java
|
| +++ b/ui/android/java/src/org/chromium/ui/DropdownItem.java
|
| @@ -17,6 +17,10 @@ public interface DropdownItem {
|
| */
|
| String getSublabel();
|
| /**
|
| + * Returns the drawable id of the icon that should be shown in the dropdown, or 0 for no icon.
|
| + */
|
| + int getIconId();
|
| + /**
|
| * Returns true if the item should be enabled in the dropdown.
|
| */
|
| boolean isEnabled();
|
|
|