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

Unified Diff: chrome/android/java/res/layout/website_settings_permission_row.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: Undo changes in autofill_profile_editor 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
« no previous file with comments | « chrome/android/java/res/layout/preference_category.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/website_settings_permission_row.xml
diff --git a/chrome/android/java/res/layout/website_settings_permission_row.xml b/chrome/android/java/res/layout/website_settings_permission_row.xml
index fdd4f2dbf0b0b37a0a0607b1294f624bd88ecdc6..ff2be4d05c35566a8717d8bcc9c30092fbace333 100644
--- a/chrome/android/java/res/layout/website_settings_permission_row.xml
+++ b/chrome/android/java/res/layout/website_settings_permission_row.xml
@@ -12,7 +12,8 @@
android:id="@+id/website_settings_permission_icon"
android:layout_width="@dimen/website_settings_popup_permission_icon_size"
android:layout_height="@dimen/website_settings_popup_permission_icon_size"
- android:layout_marginEnd="16dp" />
+ android:layout_marginEnd="16dp"
+ android:contentDescription="@null" />
<TextView
android:id="@+id/website_settings_permission_name"
« no previous file with comments | « chrome/android/java/res/layout/preference_category.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698