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

Commit 5b0c36ab authored by Jesse Greenwald's avatar Jesse Greenwald
Browse files

Make WebHistoryItem constructor public and hidden

The Chromium WebView implementation needs to be able to extend this
class.

Change-Id: I2496f6ab5e3eda13d8e1b39e48ef5a420e9db4ca
parent dcf0cc67
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -26,7 +26,10 @@ import android.graphics.Bitmap;
 */
public class WebHistoryItem implements Cloneable {

    /* package */ WebHistoryItem() {
    /**
     * @hide
     */
    public WebHistoryItem() {
    }

    /**