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

Unified Diff: chrome/android/java/res/layout/autofill_credit_card_editor.xml

Issue 923803003: Fix up a few more lint warnings in chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: chrome/android/java/res/layout/autofill_credit_card_editor.xml
diff --git a/chrome/android/java/res/layout/autofill_credit_card_editor.xml b/chrome/android/java/res/layout/autofill_credit_card_editor.xml
index 4ef788d95a49ff39d40fd93e6c211c670767d510..50ff218a4e1a679ad49a0e392d085d2b094d2822 100644
--- a/chrome/android/java/res/layout/autofill_credit_card_editor.xml
+++ b/chrome/android/java/res/layout/autofill_credit_card_editor.xml
@@ -32,7 +32,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:imeOptions="flagNoExtractUi"
- android:contentDescription="@string/autofill_credit_card_editor_name"
newt (away) 2015/02/18 18:58:11 IIRC, there was a deliberate reason for adding bot
Theresa 2015/02/24 02:19:51 When the field gains focus, FloatLabelLayout sets
android:inputType="textCapWords"
android:hint="@string/autofill_credit_card_editor_name" />
</org.chromium.chrome.browser.widget.FloatLabelLayout>
@@ -44,7 +43,6 @@
<EditText
android:id="@+id/credit_card_number_edit"
android:layout_width="match_parent"
- android:contentDescription="@string/autofill_credit_card_editor_number"
android:layout_height="wrap_content"
android:imeOptions="flagNoExtractUi"
android:inputType="phone"

Powered by Google App Engine
This is Rietveld 408576698