Index: chrome/android/java/res/layout/autofill_card_unmask_prompt.xml |
diff --git a/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml b/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml |
index 4673106c26abfb1447f9c8f40264970e1cfb9ed5..832ca37de3132b4a1f797fa2bdd272c187867901 100644 |
--- a/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml |
+++ b/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml |
@@ -74,6 +74,15 @@ |
android:gravity="start" |
android:textColor="@color/input_underline_error_color" |
android:visibility="gone" /> |
+ |
+ <CheckBox |
+ android:id="@+id/store_locally_checkbox" |
+ android:layout_width="match_parent" |
+ android:layout_height="wrap_content" |
+ android:textSize="16sp" |
+ android:layout_marginStart="16dp" |
+ android:layout_marginEnd="10dp" |
+ android:text="@string/autofill_card_unmask_prompt_store_locally" /> |
</LinearLayout> |
<LinearLayout |