Commit d14b9fde authored by Yaron Friedman's avatar Yaron Friedman Committed by Chromium LUCI CQ

[GURL] Prepare for NavigationEntry migration.

Introduce a temporary helper to get internal repo off this function.
BUG=783819

Change-Id: Ifd650b1361b5ddd4617500c4448190ae75d64c6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2588250Reviewed-by: default avatarMichael Thiessen <mthiesse@chromium.org>
Commit-Queue: Yaron Friedman <yfriedman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836627}
parent e542208a
...@@ -53,6 +53,12 @@ public class NavigationEntry { ...@@ -53,6 +53,12 @@ public class NavigationEntry {
return mUrl; return mUrl;
} }
// NOTE(yfriedman): Use |getUrl| instead. Added to faciliate moving internal repo.
@Deprecated
public String getUrlString() {
return mUrl;
}
/** /**
* @return The virtual URL, when nonempty, will override the actual URL of * @return The virtual URL, when nonempty, will override the actual URL of
* the page when we display it to the user. This allows us to have * the page when we display it to the user. This allows us to have
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment