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

Commit 27624275 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clarify WebResourceRequest.isForMainFrame docs."

parents a852a2bc a5281896
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,10 +32,10 @@ public interface WebResourceRequest {
    Uri getUrl();

    /**
     * Gets whether the request was made for the main frame.
     * Gets whether the request was made in order to fetch the main frame's document.
     *
     * @return whether the request was made for the main frame. Will be {@code false} for iframes,
     *         for example.
     * @return whether the request was made for the main frame document. Will be
     *         {@code false} for subresources or iframes, for example.
     */
    boolean isForMainFrame();