| Index: build/android/lint/suppressions.xml
|
| diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml
|
| index 804aaa4a50c5257bc2324dba2107f82e3d177ad4..0066fe2453c5a28efba221283b55a8df9ca4f1ff 100644
|
| --- a/build/android/lint/suppressions.xml
|
| +++ b/build/android/lint/suppressions.xml
|
| @@ -164,6 +164,8 @@ Still reading?
|
| <issue id="LongLogTag" severity="ignore"/>
|
| <issue id="MissingApplicationIcon" severity="ignore"/>
|
| <issue id="MissingPermission" severity="ignore"/>
|
| + <!-- TODO(yolandyan) remove this once all tests are converted to junit4 -->
|
| + <issue id="MissingPrefix" severity="ignore"/>
|
| <!--
|
| TODO(estevenson) remove this once translations are added for
|
| IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE (http://crbug.com/635677)
|
|
|