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

Commit 5c11ef10 authored by Selim Gurun's avatar Selim Gurun
Browse files

Remove doc references to private browsing.

Remove reference to private browsing since it is no longer supported.

Change-Id: I65bc8aecd949717f662454d4bd1759ca91ad553d
parent dd18adb2
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -404,16 +404,14 @@ public abstract class WebSettings {
    }

    /**
     * Sets whether the WebView should save form data. The default is true,
     * unless in private browsing mode, when the value is always false.
     * Sets whether the WebView should save form data. The default is true.
     */
    public void setSaveFormData(boolean save) {
        throw new MustOverrideException();
    }

    /**
     * Gets whether the WebView saves form data. Always false in private
     * browsing mode.
     * Gets whether the WebView saves form data.
     *
     * @return whether the WebView saves form data
     * @see #setSaveFormData