Index: build/android/lint/suppressions.xml |
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml |
index 33882a2d2613da7eb92846a974044f08ec233c51..9570a661bdc4bddc0964d57e2b434ddc55abd25a 100644 |
--- a/build/android/lint/suppressions.xml |
+++ b/build/android/lint/suppressions.xml |
@@ -434,6 +434,7 @@ Still reading? |
<issue id="UselessParent"> |
<ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/activity_webview_browser.xml"/> |
<ignore regexp="chrome/android/java/res/layout/data_reduction_promo_screen.xml"/> |
+ <ignore regexp="chrome/android/java/res/layout/data_usage_breakdown.xml"/> |
Theresa
2017/04/03 15:05:20
Out of curiosity, what's the useless parent?
megjablon
2017/04/03 20:33:44
The data_reduction_proxy_breakdown_table with only
|
<ignore regexp="chromecast/internal"/> |
<ignore regexp="tools/android/kerberos/SpnegoAuthenticator/res/layout/activity_account_authenticator.xml"/> |
</issue> |