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

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

Issue 2579623003: [Autofill] Update credit card icons to match payments. (Closed)
Patch Set: Created 4 years 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 d28db1d3920f2b793f8e14efbd1261ff0f46ee50..740a370094beb2e35b8d15a38fd7e9d44ff2407f 100644
--- a/ui/android/java/src/org/chromium/ui/DropdownItem.java
+++ b/ui/android/java/src/org/chromium/ui/DropdownItem.java
@@ -20,9 +20,9 @@ public interface DropdownItem {
*/
String getSublabel();
/**
- * Returns the drawable id of the icon that should be shown in the dropdown, or NO_ICON.
+ * Returns the vector drawable id of the icon that should be shown in the dropdown, or NO_ICON.
*/
- int getIconId();
+ int getVectorDrawableIconId();
/**
* Returns true if the item should be enabled in the dropdown.
*/

Powered by Google App Engine
This is Rietveld 408576698