Code style: unnecessary interface modifier |
||
Issue descriptionMethods on a public interface are implicitly public. Specifying the methods as "public" is redundant (and a lint warning). This affects: * WebResourceErrorBoundaryInterface * WebResourceRequestBoundaryInterface * SafeBrowsingResponseBoundaryInterface
,
May 16 2018
I'll verify the corresponding android-side cherry pick resolves the lint issues. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, May 16 2018