Index: build/android/lint/suppressions.xml |
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml |
index db428467509d698f3d01aa15646a193f0f4c1fad..46805ee590ae11961ecf160a963a86ad2ff2634d 100644 |
--- a/build/android/lint/suppressions.xml |
+++ b/build/android/lint/suppressions.xml |
@@ -75,6 +75,10 @@ Still reading? |
<issue id="MissingApplicationIcon" severity="ignore"/> |
<issue id="MissingPermission" severity="ignore"/> |
<issue id="MissingRegistered" severity="ignore"/> |
+ <issue id="MissingTranslation"> |
+ <!-- http://crbug.com/450548 --> |
+ <ignore regexp=".*restriction_values.xml.*" /> |
+ </issue> |
<issue id="MissingVersion"> |
<ignore path="AndroidManifest.xml"/> |
</issue> |
@@ -102,6 +106,9 @@ Still reading? |
</issue> |
<issue id="SetJavaScriptEnabled" severity="ignore"/> |
<issue id="UnusedResources"> |
+ <!-- Used by Android's policies system --> |
+ <ignore regexp="restriction_values.xml" /> |
+ |
<!-- Used by chrome/android/java/AndroidManifest.xml --> |
<ignore path="chrome/android/java/res/drawable/window_background.xml" /> |
<ignore path="chrome/android/java/res/xml/bookmark_widget_info.xml" /> |