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

Commit 51520559 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Removed deprecated ViewStructure.setUrl() method." into oc-dev

am: 246cc5bf

Change-Id: Ie1e1e1edc6fc0b4202379dc61c7bb2167727ba6a
parents 8cc43b6f 246cc5bf
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1736,13 +1736,6 @@ public class AssistStructure implements Parcelable {
            mNode.mSanitized = !sensitive;
        }

        @Override
        public void setUrl(String url) {
            if (url == null) return;

            setWebDomain(url);
        }

        @Override
        public void setWebDomain(@Nullable String domain) {
            if (domain == null) {
+0 −7
Original line number Diff line number Diff line
@@ -373,13 +373,6 @@ public abstract class ViewStructure {
    /** @hide */
    public abstract Rect getTempRect();

    /**
     * @deprecated - use {@link #setWebDomain(String)} instead.
     * @hide
     */
    @Deprecated
    public abstract void setUrl(String url);

    /**
     * Sets the Web domain represented by this node.
     *