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

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

Issue 2531223003: Expanded Autofill Credit Card Popup Layout Experiment in Android. (Closed)
Patch Set: Fixes compile error. 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
« no previous file with comments | « ui/android/java/src/org/chromium/ui/DropdownItem.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/src/org/chromium/ui/DropdownItemBase.java
diff --git a/ui/android/java/src/org/chromium/ui/DropdownItemBase.java b/ui/android/java/src/org/chromium/ui/DropdownItemBase.java
index 9554d33d9a196b5dacddc56bdb858ef14f0e29bd..9a0c76589b7728ba8785dad939df1d4903fc747f 100644
--- a/ui/android/java/src/org/chromium/ui/DropdownItemBase.java
+++ b/ui/android/java/src/org/chromium/ui/DropdownItemBase.java
@@ -40,6 +40,11 @@ public class DropdownItemBase implements DropdownItem {
}
@Override
+ public boolean isBoldLabel() {
+ return false;
+ }
+
+ @Override
public int getLabelFontColorResId() {
return R.drawable.dropdown_label_color;
}
« no previous file with comments | « ui/android/java/src/org/chromium/ui/DropdownItem.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698