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

Unified Diff: ui/android/java/resource_map/org/chromium/ui/R.java

Issue 16212007: Implement the autofill UI for chromium powered android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue15097004
Patch Set: convert NOTREACHED to NOTIMPLEMENTED Created 7 years, 6 months 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/resource_map/org/chromium/ui/R.java
diff --git a/ui/android/java/resource_map/org/chromium/ui/R.java b/ui/android/java/resource_map/org/chromium/ui/R.java
index 0577d397a831be0db8d862840fd9798e800e9756..0c61b4b93577a9b3d30c2f7d89e53dcda05d59c2 100644
--- a/ui/android/java/resource_map/org/chromium/ui/R.java
+++ b/ui/android/java/resource_map/org/chromium/ui/R.java
@@ -27,6 +27,8 @@ public final class R {
public static int color_picker_dialog_title;
}
public static final class id {
+ public static int autofill_label;
+ public static int autofill_sublabel;
public static int selected_color_view;
public static int title;
public static int more_colors_button;
@@ -39,6 +41,7 @@ public final class R {
public static int seek_bar;
}
public static final class layout {
+ public static int autofill_text;
public static int color_picker_dialog_title;
public static int color_picker_dialog_content;
public static int color_picker_advanced_component;
@@ -46,4 +49,7 @@ public final class R {
public static final class drawable {
public static int color_picker_advanced_select_handle;
}
+ public static final class style {
+ public static int AutofillPopupWindow;
+ }
}
« no previous file with comments | « ui/android/java/res/values-v17/styles.xml ('k') | ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698