| Index: build/android/findbugs_filter/findbugs_exclude.xml
|
| diff --git a/build/android/findbugs_filter/findbugs_exclude.xml b/build/android/findbugs_filter/findbugs_exclude.xml
|
| index 59aa92fd1ed246ff468f9765f53a203d4ad24297..06358d9090fc64ed9f34dc622f72de8e97170cc7 100644
|
| --- a/build/android/findbugs_filter/findbugs_exclude.xml
|
| +++ b/build/android/findbugs_filter/findbugs_exclude.xml
|
| @@ -75,6 +75,11 @@ In particular, ~ at the start of a string means it's a regex.
|
| <Bug code="Dm" />
|
| </Match>
|
| <Match>
|
| + <Class name="~org\.chromium\.chrome\..*\.NotificationService" />
|
| + <Method name="dispatchIntentOnUIThread" />
|
| + <Bug code="Dm" />
|
| + </Match>
|
| + <Match>
|
| <Class name="~org\.chromium\.content\..*\.ChildProcessService.*" />
|
| <Method name="run" />
|
| <Bug code="Dm" />
|
|
|