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

Unified Diff: build/android/lint/suppressions.xml

Issue 2781323004: Create a new Data Saver settings page that adds the site breakdown (Closed)
Patch Set: one preference to inflate two different layouts Created 3 years, 9 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: 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>

Powered by Google App Engine
This is Rietveld 408576698