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

[GURL] Remove NavigationEntry.getUrlString

Internal repo migrated to new function.
BUG=783819

Change-Id: I00a18ede62983068e2e55698015f156a0c3de216
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593871Reviewed-by: default avatarMichael Thiessen <mthiesse@chromium.org>
Commit-Queue: Yaron Friedman <yfriedman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837418}
parent 98a90261
......@@ -58,12 +58,6 @@ public class NavigationEntry {
return mUrl;
}
// NOTE(yfriedman): Use |getUrl| instead. Added to faciliate moving internal repo.
@Deprecated
public String getUrlString() {
return mUrl.getSpec();
}
/**
* @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
......
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