• Nate Fischer's avatar
    AW: remove redundant proguard rule · f54fd2d5
    Nate Fischer authored
    This removes a redundant proguard rule to keep AwSafeBrowsingApiHandler.
    This rule used to be meaningful when AwSafeBrowsingApiHandler was loaded
    by reflection, but this is no longer true (it's still instantiated via
    reflection, but that's handled elsewhere by annotating the constructor
    with @UsedByReflection).
    
    This is mostly a simplification, but this may be a small binary size
    win, by permitting proguard/R8 to rename the class.
    
    Bug: 985616
    Test: manual - Safe Browsing still works
    Change-Id: I501e42b44d776f9be2f39a69bf4aa49a2209fc18
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1711217Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
    Reviewed-by: default avatarRichard Coles <torne@chromium.org>
    Auto-Submit: Nate Fischer <ntfschr@chromium.org>
    Commit-Queue: Richard Coles <torne@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#679588}
    f54fd2d5
proguard.flags 2.56 KB