Chromium Code Reviews| Index: content/public/android/java/resource_map/org/chromium/content/R.java |
| diff --git a/content/public/android/java/resource_map/org/chromium/content/R.java b/content/public/android/java/resource_map/org/chromium/content/R.java |
| index fec2ceaa47e15aec63c95b8b7504c19b03472d67..8bb44077a7b2bbe4f1587ebdec69355088341c16 100644 |
| --- a/content/public/android/java/resource_map/org/chromium/content/R.java |
| +++ b/content/public/android/java/resource_map/org/chromium/content/R.java |
| @@ -24,6 +24,8 @@ public final class R { |
| /** Dimensions */ |
| public static final class dimen { |
| public static int link_preview_overlay_radius; |
| + public static int select_popup_border_width; |
|
aurimas (slooooooooow)
2014/04/16 17:36:48
These seem to be unused?
keishi
2014/04/17 12:25:40
Done.
|
| + public static int select_popup_horizontal_margin; |
| } |
| /** Drawables */ |
| public static final class drawable { |
| @@ -36,6 +38,7 @@ public final class R { |
| public static int date_picker; |
| public static int date_time_suggestion_value; |
| public static int date_time_suggestion_label; |
| + public static int dropdown_popup_window; |
| public static int hour; |
| public static int main_text; |
| public static int milli; |
| @@ -51,6 +54,7 @@ public final class R { |
| public static int select_action_menu_paste; |
| public static int select_action_menu_share; |
| public static int select_action_menu_web_search; |
| + public static int select_popup_window; |
| public static int sub_text; |
| public static int time_picker; |
| public static int year; |
| @@ -62,6 +66,7 @@ public final class R { |
| public static int two_field_date_picker; |
| public static int multi_field_time_picker_dialog; |
| public static int validation_message_bubble; |
| + public static int select_popup_dialog; |
| } |
| /** menus */ |
| public static final class menu { |
| @@ -102,6 +107,8 @@ public final class R { |
| } |
| /** styles */ |
| public static final class style { |
| + public static int DropdownPopupWindow; |
| public static int SelectPopupDialog; |
| + public static int SingleSelectPopupWindow; |
| } |
| } |