Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d75020c6 authored by Nate Fischer's avatar Nate Fischer Committed by android-build-merger
Browse files

Merge "WebView: fix SafeBrowsingResponse javadoc bug" into pi-dev am: 62348dad

am: 14b2b5f1

Change-Id: I01e89bf78921bda60ecb100e8d0b45a2c8599688
parents eac0905c 14b2b5f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,14 +36,14 @@ public abstract class SafeBrowsingResponse {
    public abstract void showInterstitial(boolean allowReporting);

    /**
     * Act as if the user clicked "visit this unsafe site."
     * Act as if the user clicked the "visit this unsafe site" button.
     *
     * @param report {@code true} to enable Safe Browsing reporting.
     */
    public abstract void proceed(boolean report);

    /**
     * Act as if the user clicked "back to safety."
     * Act as if the user clicked the "back to safety" button.
     *
     * @param report {@code true} to enable Safe Browsing reporting.
     */