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

Commit e22ceefd authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Android (Google) Code Review
Browse files

Merge "Small update to WebResourceRequest.isRedirect"

parents 35251414 9daceaf6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,9 +40,9 @@ public interface WebResourceRequest {
    boolean isForMainFrame();

    /**
     * Gets whether the request was a result of a redirect.
     * Gets whether the request was a result of a server-side redirect.
     *
     * @return whether the request was a result of a redirect.
     * @return whether the request was a result of a server-side redirect.
     */
    boolean isRedirect();