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

Unified Diff: chrome/android/java/res/layout/password_generation_popup_suggestion.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
Index: chrome/android/java/res/layout/password_generation_popup_suggestion.xml
diff --git a/chrome/android/java/res/layout/password_generation_popup_suggestion.xml b/chrome/android/java/res/layout/password_generation_popup_suggestion.xml
index f8284dd584982e2f7e2f8ab021add2c309037bae..a928ac267f3644b2eda92047aece6027a94d4188 100644
--- a/chrome/android/java/res/layout/password_generation_popup_suggestion.xml
+++ b/chrome/android/java/res/layout/password_generation_popup_suggestion.xml
@@ -9,6 +9,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content">
+ <!-- Lint flags this as a false positive overlap. -->
+ <!--suppress RelativeOverlap -->
<RelativeLayout android:id="@+id/password_generation_suggestion"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
« no previous file with comments | « chrome/android/java/res/layout/autofill_card_unmask_prompt.xml ('k') | chrome/android/java/res/layout/preference_category.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698